Searched refs:other_nil_value (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/arm/
H A Dfull-codegen-arm.cc4312 Heap::RootListIndex other_nil_value = nil == kNullValue ? local
4316 __ LoadRoot(r1, other_nil_value);
H A Dlithium-codegen-arm.cc1838 Heap::RootListIndex other_nil_value = instr->nil() == kNullValue ? local
1844 __ LoadRoot(ip, other_nil_value);
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc4301 Handle<Object> other_nil_value = nil == kNullValue ? local
4305 __ cmp(eax, other_nil_value);
H A Dlithium-codegen-ia32.cc1652 Handle<Object> other_nil_value = instr->nil() == kNullValue ? local
1658 __ cmp(reg, other_nil_value);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc4350 Heap::RootListIndex other_nil_value = nil == kNullValue ? local
4354 __ LoadRoot(a1, other_nil_value);
H A Dlithium-codegen-mips.cc1699 Heap::RootListIndex other_nil_value = instr->nil() == kNullValue ? local
1705 __ LoadRoot(at, other_nil_value); // In the delay slot.
/external/v8/src/x64/
H A Dfull-codegen-x64.cc4215 Heap::RootListIndex other_nil_value = nil == kNullValue ? local
4219 __ CompareRoot(rax, other_nil_value);
H A Dlithium-codegen-x64.cc1623 Heap::RootListIndex other_nil_value = instr->nil() == kNullValue ? local
1629 __ CompareRoot(reg, other_nil_value);

Completed in 199 milliseconds