HomeSort by relevance Sort by last modified time
    Searched refs:FAST_ELEMENTS (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/chromium_org/v8/src/
code-stubs.h 603 return FAST_ELEMENTS;
1029 return HoleyBits::decode(bit_field_) ? FAST_HOLEY_ELEMENTS : FAST_ELEMENTS;
    [all...]
json-stringifier.h 568 case FAST_ELEMENTS: {
objects-debug.cc 1069 case FAST_ELEMENTS: {
    [all...]
objects-printer.cc 334 case FAST_ELEMENTS: {
    [all...]
  /external/v8/src/arm/
ic-arm.cc     [all...]
lithium-codegen-arm.cc     [all...]
  /external/v8/src/ia32/
ic-ia32.cc     [all...]
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/mips/
ic-mips.cc     [all...]
lithium-codegen-mips.cc     [all...]
  /external/v8/src/x64/
ic-x64.cc 784 // Value is not a double, FAST_SMI_ONLY_ELEMENTS -> FAST_ELEMENTS
786 FAST_ELEMENTS,
796 // HeapNumber. Make sure that the receiver is a Array with FAST_ELEMENTS and
797 // transition array from FAST_DOUBLE_ELEMENTS to FAST_ELEMENTS
800 FAST_ELEMENTS,
    [all...]
stub-cache-x64.cc     [all...]
lithium-codegen-x64.cc     [all...]
macro-assembler-x64.cc     [all...]
  /external/v8/test/cctest/
test-heap.cc 814 objs[next_objs_index++] = FACTORY->NewJSArray(10, FAST_ELEMENTS, TENURED);
    [all...]
  /external/v8/src/
objects-debug.cc 794 case FAST_ELEMENTS: {
objects-printer.cc 319 case FAST_ELEMENTS: {
runtime.cc 212 case FAST_ELEMENTS: {
226 (copy->GetElementsKind() == FAST_ELEMENTS));
489 constant_elements_kind == FAST_ELEMENTS);
525 // Ensure that the boilerplate object has FAST_ELEMENTS, unless the flag is
529 if (object->GetElementsKind() != FAST_ELEMENTS) {
530 CHECK(!TransitionElements(object, FAST_ELEMENTS, isolate)->IsFailure());
    [all...]
hydrogen-instructions.cc     [all...]
parser.cc 4222 bool fast_elements = true; local
    [all...]
hydrogen-instructions.h 4505 bool fast_elements() const { return fast_elements_; } function in class:v8::HObjectLiteral
    [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc 792 STATIC_ASSERT(FAST_ELEMENTS == 2);
805 STATIC_ASSERT(FAST_ELEMENTS == 2);
    [all...]
code-stubs-ia32.cc 5513 Label fast_elements; local
    [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 5704 Label fast_elements; local
    [all...]

Completed in 5789 milliseconds

12 3 4