/external/v8/src/arm/ |
full-codegen-arm.cc | 698 __ LoadRoot(ip, Heap::kTheHoleValueRootIndex); 720 __ LoadRoot(ip, Heap::kTheHoleValueRootIndex); 746 __ LoadRoot(r0, Heap::kTheHoleValueRootIndex); 777 __ LoadRoot(r0, Heap::kTheHoleValueRootIndex); [all...] |
stub-cache-arm.cc | [all...] |
builtins-arm.cc | 159 __ LoadRoot(scratch3, Heap::kTheHoleValueRootIndex); 286 __ LoadRoot(scratch1, Heap::kTheHoleValueRootIndex); [all...] |
lithium-codegen-arm.cc | [all...] |
ic-arm.cc | 498 __ LoadRoot(ip, Heap::kTheHoleValueRootIndex); [all...] |
macro-assembler-arm.cc | [all...] |
code-stubs-arm.cc | 108 __ LoadRoot(r2, Heap::kTheHoleValueRootIndex); [all...] |
/external/v8/src/x64/ |
full-codegen-x64.cc | 665 __ LoadRoot(kScratchRegister, Heap::kTheHoleValueRootIndex); 686 __ LoadRoot(kScratchRegister, Heap::kTheHoleValueRootIndex); 710 __ PushRoot(Heap::kTheHoleValueRootIndex); 737 __ LoadRoot(rax, Heap::kTheHoleValueRootIndex); [all...] |
stub-cache-x64.cc | [all...] |
code-stubs-x64.cc | 85 __ LoadRoot(rcx, Heap::kTheHoleValueRootIndex); [all...] |
lithium-codegen-x64.cc | [all...] |
ic-x64.cc | 511 __ CompareRoot(scratch, Heap::kTheHoleValueRootIndex); [all...] |
macro-assembler-x64.cc | [all...] |
/external/v8/src/mips/ |
macro-assembler-mips.cc | [all...] |