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

  /external/v8/src/ia32/
builtins-ia32.cc 693 static const int kPreallocatedArrayElements = 4;
764 // Reconsider loop unfolding if kPreallocatedArrayElements gets changed.
766 ASSERT(kPreallocatedArrayElements <= kLoopUnfoldLimit);
820 int size = JSArray::kSize + FixedArray::SizeFor(kPreallocatedArrayElements);
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 465 static const int kPreallocatedArrayElements = 4;
536 // Reconsider loop unfolding if kPreallocatedArrayElements gets changed.
538 ASSERT(kPreallocatedArrayElements <= kLoopUnfoldLimit);
593 int size = JSArray::kSize + FixedArray::SizeFor(kPreallocatedArrayElements);
651 Immediate(kPreallocatedArrayElements));
708 kPreallocatedArrayElements,
    [all...]
  /external/v8/src/
objects.h     [all...]

Completed in 175 milliseconds