HomeSort by relevance Sort by last modified time
    Searched refs:kPreallocatedArrayElements (Results 1 - 5 of 5) 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/arm/
builtins-arm.cc 85 // This constant has the same value as JSArray::kPreallocatedArrayElements and
86 // if JSArray::kPreallocatedArrayElements is changed handling of loop unfolding
193 FixedArray::SizeFor(JSArray::kPreallocatedArrayElements);
259 __ mov(array_size, Operand(JSArray::kPreallocatedArrayElements), LeaveCC, eq);
318 JSArray::kPreallocatedArrayElements,
    [all...]
  /external/v8/src/
builtins.cc 220 return array->Initialize(JSArray::kPreallocatedArrayElements);
    [all...]
objects.h     [all...]

Completed in 30 milliseconds