Searched refs:FIRST_NONCALLABLE_SPEC_OBJECT_TYPE (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/arm/
H A Dlithium-codegen-arm.cc1878 __ cmp(temp2, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
2068 STATIC_ASSERT(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE ==
2083 __ sub(temp2, temp2, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
2085 FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
4874 FIRST_NONCALLABLE_SPEC_OBJECT_TYPE);
H A Dfull-codegen-arm.cc2548 __ cmp(r1, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
2866 STATIC_ASSERT(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE ==
4182 __ CompareObjectType(r0, r0, r1, FIRST_NONCALLABLE_SPEC_OBJECT_TYPE);
H A Dmacro-assembler-arm.cc1161 cmp(scratch, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc1688 __ cmp(temp1, FIRST_NONCALLABLE_SPEC_OBJECT_TYPE);
1876 STATIC_ASSERT(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE ==
1891 __ sub(Operand(temp2), Immediate(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
1893 FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
4721 __ CmpObjectType(input, FIRST_NONCALLABLE_SPEC_OBJECT_TYPE, input);
H A Dfull-codegen-ia32.cc2486 __ cmp(ecx, FIRST_NONCALLABLE_SPEC_OBJECT_TYPE);
2804 STATIC_ASSERT(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE ==
4171 __ CmpObjectType(eax, FIRST_NONCALLABLE_SPEC_OBJECT_TYPE, edx);
H A Dmacro-assembler-ia32.cc574 sub(scratch, Immediate(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
576 LAST_NONCALLABLE_SPEC_OBJECT_TYPE - FIRST_NONCALLABLE_SPEC_OBJECT_TYPE);
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc1738 lt, temp2, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
1933 STATIC_ASSERT(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE ==
1947 __ Subu(temp2, temp2, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
1949 FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
4803 lt, scratch, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
H A Dfull-codegen-mips.cc2571 __ Branch(if_false, lt, a1, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
2886 STATIC_ASSERT(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE ==
4225 __ Branch(if_false, lt, a1, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
H A Dmacro-assembler-mips.cc3808 Branch(fail, lt, scratch, Operand(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc1661 __ cmpb(kScratchRegister, Immediate(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
1832 STATIC_ASSERT(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE ==
1847 __ subq(temp2, Immediate(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
1849 FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
4501 __ CmpObjectType(input, FIRST_NONCALLABLE_SPEC_OBJECT_TYPE, input);
H A Dfull-codegen-x64.cc2380 __ cmpq(rbx, Immediate(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE));
2697 STATIC_ASSERT(FIRST_NONCALLABLE_SPEC_OBJECT_TYPE ==
4085 __ CmpObjectType(rax, FIRST_NONCALLABLE_SPEC_OBJECT_TYPE, rdx);
/external/v8/src/
H A Dobjects.h668 FIRST_NONCALLABLE_SPEC_OBJECT_TYPE = JS_PROXY_TYPE, enumerator in enum:v8::internal::InstanceType

Completed in 274 milliseconds