Searched defs:holes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects-debug.cc1068 int holes = 0; local
1073 if (e->get(i) == heap->the_hole_value()) holes++;
1075 info->number_of_fast_used_elements_ += len - holes;
1076 info->number_of_fast_unused_elements_ += holes;
H A Dobjects.cc11174 // Simple case for arrays without holes.
11223 // Skip deletions where the property was an accessor, leaving holes
11533 // Compact the array by moving all subsequent groups to fill in the new holes.
11537 // Now the holes are at the end of the array, zap them for heap-verifier.
14159 // Bail out and do the sorting of undefineds and array holes in JS.
14250 // Typed arrays cannot have holes or undefined elements.
14259 // Collect holes at the end, undefined before that and the rest at the
14275 unsigned int holes = limit; local
14276 // Assume most arrays contain no holes and undefined values, so minimize the
14278 for (unsigned int i = 0; i < holes;
14307 unsigned int holes = limit; local
[all...]
/external/genext2fs/
H A Dgenext2fs.c235 #define OP_HOLES 0x01 // make files with holes
1960 init_fs(int nbblocks, int nbinodes, int nbresrvd, int holes, uint32 fs_timestamp) argument
2123 if(holes)
2494 " -z, --allow-holes Allow files with holes.\n"
2530 int holes = 0; local
2553 { "allow-holes", no_argument, NULL, 'z' },
2601 holes = 1;
2688 fs = init_fs(nbblocks, nbinodes, nbresrvd, holes, fs_timestamp);

Completed in 249 milliseconds