HomeSort by relevance Sort by last modified time
    Searched refs:kMaxNumberOfDescriptors (Results 1 - 3 of 3) sorted by null

  /external/v8/test/cctest/
test-unboxed-doubles.cc 383 TestLayoutDescriptorQueries(kMaxNumberOfDescriptors, bit_flip_positions,
389 TestLayoutDescriptorQueries(kMaxNumberOfDescriptors, bit_flip_positions,
394 int bit_flip_positions[kMaxNumberOfDescriptors + 1];
395 for (int i = 0; i < kMaxNumberOfDescriptors; i++) {
398 bit_flip_positions[kMaxNumberOfDescriptors] = 10000;
399 TestLayoutDescriptorQueries(kMaxNumberOfDescriptors, bit_flip_positions,
406 TestLayoutDescriptorQueries(kMaxNumberOfDescriptors, bit_flip_positions,
413 TestLayoutDescriptorQueries(kMaxNumberOfDescriptors, bit_flip_positions,
418 int bit_flip_positions[kMaxNumberOfDescriptors + 1];
420 for (int i = 0; i < kMaxNumberOfDescriptors; i++)
    [all...]
  /external/v8/src/
property-details.h 207 static const int kMaxNumberOfDescriptors =
objects.cc     [all...]

Completed in 1319 milliseconds