HomeSort by relevance Sort by last modified time
    Searched refs:holes (Results 51 - 75 of 77) sorted by null

1 23 4

  /external/chromium_org/v8/test/mjsunit/
array-indexing.js 67 // Find undefined, not holes.
134 // Find undefined, not holes.
json2.js 123 // Test holes in arrays.
array-concat.js 185 // Check that concat preserves holes.
array-elements-from-array-prototype-chain.js 93 // Slice must keep intact a and reify holes at indices 0--2 and 4--6.
array-elements-from-array-prototype.js 93 // Slice must keep intact a and reify holes at indices 0--2 and 4--6.
array-elements-from-object-prototype.js 93 // Slice must keep intact a and reify holes at indices 0--2 and 4--6.
array-functions-prototype-misc.js 132 // Delete a huge number of holes.
array-sort.js 151 // Test array sorting with holes in the array.
  /external/v8/src/
objects-debug.cc 796 int holes = 0; local
801 if (e->get(i) == heap->the_hole_value()) holes++;
803 info->number_of_fast_used_elements_ += len - holes;
804 info->number_of_fast_unused_elements_ += holes;
array.js 851 // to obj itself, if obj has holes. Return one more than the maximal index
911 // Copy defined elements from the end to fill in all holes and undefineds
912 // in the beginning of the array. Write undefineds and holes at the end
923 // Maintain the invariant num_holes = the number of holes in the original
948 // Fill in the undefineds and the holes. There may be a hole where
986 // There were indexed accessors in the array. Move array holes and
    [all...]
objects.cc 11345 unsigned int holes = limit; local
11377 unsigned int holes = limit; local
    [all...]
  /external/v8/test/mjsunit/
array-indexing.js 67 // Find undefined, not holes.
134 // Find undefined, not holes.
array-concat.js 185 // Check that concat preserves holes.
array-elements-from-array-prototype-chain.js 93 // Slice must keep intact a and reify holes at indices 0--2 and 4--6.
array-elements-from-array-prototype.js 93 // Slice must keep intact a and reify holes at indices 0--2 and 4--6.
array-elements-from-object-prototype.js 93 // Slice must keep intact a and reify holes at indices 0--2 and 4--6.
array-functions-prototype-misc.js 132 // Delete a huge number of holes.
array-sort.js 151 // Test array sorting with holes in the array.
  /external/chromium_org/v8/test/webkit/
array-holes.js 24 description("This tests that arrays have holes that you can see the prototype through, not just missing values.");
  /external/chromium_org/v8/src/
array.js 983 // to obj itself, if obj has holes. Return one more than the maximal index
1039 // Copy defined elements from the end to fill in all holes and undefineds
1040 // in the beginning of the array. Write undefineds and holes at the end
1051 // Maintain the invariant num_holes = the number of holes in the original
1076 // Fill in the undefineds and the holes. There may be a hole where
    [all...]
objects.cc 14059 unsigned int holes = limit; local
14091 unsigned int holes = limit; local
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 476 // if not everything below us is covered, we plug the holes!
477 Region holes(clip.subtract(under));
478 if (!holes.isEmpty()) {
479 clearWithOpenGL(hw, holes, 0, 0, 0, 1);
    [all...]
  /external/chromium_org/v8/tools/
codemap.js 191 // Static code entries can contain "holes" of unnamed code.
  /external/v8/tools/
codemap.js 191 // Static code entries can contain "holes" of unnamed code.
  /external/genext2fs/
genext2fs.c 235 #define OP_HOLES 0x01 // make files with holes
2530 int holes = 0; local
    [all...]

Completed in 1543 milliseconds

1 23 4