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

  /external/v8/src/arm/
ic-arm.cc 304 __ CompareObjectType(r1, r3, r0, FIRST_JS_OBJECT_TYPE);
431 __ CompareObjectType(r0, r3, r1, FIRST_JS_OBJECT_TYPE);
706 __ cmp(r2, Operand(FIRST_JS_OBJECT_TYPE));
builtins-arm.cc 791 // FIRST_JS_OBJECT_TYPE, it is not an object in the ECMA sense.
792 __ CompareObjectType(r0, r3, r3, FIRST_JS_OBJECT_TYPE);
    [all...]
codegen-arm.cc     [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 330 // FIRST_JS_OBJECT_TYPE, it is not an object in the ECMA sense.
333 __ cmp(ecx, FIRST_JS_OBJECT_TYPE);
471 __ cmp(ecx, FIRST_JS_OBJECT_TYPE);
618 __ cmp(ecx, FIRST_JS_OBJECT_TYPE);
    [all...]
ic-ia32.cc 635 __ cmp(ecx, FIRST_JS_OBJECT_TYPE);
    [all...]
codegen-ia32.cc     [all...]
  /external/v8/src/x64/
builtins-x64.cc 231 __ CmpObjectType(rbx, FIRST_JS_OBJECT_TYPE, rcx);
387 __ CmpObjectType(rbx, FIRST_JS_OBJECT_TYPE, rcx);
    [all...]
ic-x64.cc 668 __ CmpInstanceType(rcx, FIRST_JS_OBJECT_TYPE);
    [all...]
codegen-x64.cc 745 __ CmpObjectType(rax, FIRST_JS_OBJECT_TYPE, rcx);
    [all...]
  /external/v8/src/
mark-compact.cc 415 map->instance_type() >= FIRST_JS_OBJECT_TYPE &&
483 if (map->instance_type() >= FIRST_JS_OBJECT_TYPE &&
803 if (map->instance_type() < FIRST_JS_OBJECT_TYPE) continue;
    [all...]
objects-inl.h 422 && HeapObject::cast(this)->map()->instance_type() >= FIRST_JS_OBJECT_TYPE;
    [all...]
objects.h 479 JS_VALUE_TYPE, // FIRST_JS_OBJECT_TYPE
503 FIRST_JS_OBJECT_TYPE = JS_VALUE_TYPE,
    [all...]

Completed in 958 milliseconds