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

/external/v8/src/
H A Dobjects-debug.cc590 int holes = 0; local
595 if (e->get(i) == heap->the_hole_value()) holes++;
597 info->number_of_fast_used_elements_ += len - holes;
598 info->number_of_fast_unused_elements_ += holes;
H A Dobjects.cc4118 // We cannot optimize if 'this' is empty, as other may have holes
6704 // Fill out the new array with this content and array holes.
9011 // Bail out and do the sorting of undefineds and array holes in JS.
9112 // Collect holes at the end, undefined before that and the rest at the
9141 unsigned int holes = limit; local
9142 // Assume most arrays contain no holes and undefined values, so minimize the
9147 holes--;
9158 holes--;
9169 while (undefs < holes) {
9173 while (holes < limi
[all...]
/external/genext2fs/
H A Dgenext2fs.c235 #define OP_HOLES 0x01 // make files with holes
1959 init_fs(int nbblocks, int nbinodes, int nbresrvd, int holes, uint32 fs_timestamp) argument
2122 if(holes)
2493 " -z, --allow-holes Allow files with holes.\n"
2529 int holes = 0; local
2552 { "allow-holes", no_argument, NULL, 'z' },
2600 holes = 1;
2687 fs = init_fs(nbblocks, nbinodes, nbresrvd, holes, fs_timestamp);

Completed in 86 milliseconds