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

  /external/v8/src/arm/
codegen-arm.cc 219 __ CompareRoot(r9, Heap::kTheHoleValueRootIndex);
273 __ LoadRoot(r7, Heap::kTheHoleValueRootIndex);
ic-arm.cc 344 __ LoadRoot(ip, Heap::kTheHoleValueRootIndex);
801 __ LoadRoot(scratch3, Heap::kTheHoleValueRootIndex);
859 __ LoadRoot(r3, Heap::kTheHoleValueRootIndex);
    [all...]
full-codegen-arm.cc 814 __ LoadRoot(ip, Heap::kTheHoleValueRootIndex);
848 __ LoadRoot(ip, Heap::kTheHoleValueRootIndex);
875 __ LoadRoot(r0, Heap::kTheHoleValueRootIndex);
    [all...]
stub-cache-arm.cc     [all...]
builtins-arm.cc 173 __ LoadRoot(scratch3, Heap::kTheHoleValueRootIndex);
287 __ LoadRoot(scratch1, Heap::kTheHoleValueRootIndex);
    [all...]
lithium-codegen-arm.cc     [all...]
code-stubs-arm.cc 115 __ LoadRoot(r2, Heap::kTheHoleValueRootIndex);
237 __ LoadRoot(r1, Heap::kTheHoleValueRootIndex);
    [all...]
macro-assembler-arm.cc     [all...]
  /external/v8/src/mips/
codegen-mips.cc 225 __ LoadRoot(at, Heap::kTheHoleValueRootIndex);
281 __ LoadRoot(t3, Heap::kTheHoleValueRootIndex);
ic-mips.cc 347 __ LoadRoot(at, Heap::kTheHoleValueRootIndex);
796 __ LoadRoot(scratch3, Heap::kTheHoleValueRootIndex);
856 __ LoadRoot(a3, Heap::kTheHoleValueRootIndex);
    [all...]
full-codegen-mips.cc 821 __ LoadRoot(t0, Heap::kTheHoleValueRootIndex);
857 __ LoadRoot(at, Heap::kTheHoleValueRootIndex);
884 __ LoadRoot(a0, Heap::kTheHoleValueRootIndex);
    [all...]
stub-cache-mips.cc     [all...]
builtins-mips.cc 178 __ LoadRoot(scratch3, Heap::kTheHoleValueRootIndex);
296 __ LoadRoot(scratch1, Heap::kTheHoleValueRootIndex);
    [all...]
code-stubs-mips.cc 117 __ LoadRoot(a2, Heap::kTheHoleValueRootIndex);
237 __ LoadRoot(a1, Heap::kTheHoleValueRootIndex);
    [all...]
lithium-codegen-mips.cc     [all...]
macro-assembler-mips.cc     [all...]
  /external/v8/src/x64/
codegen-x64.cc 353 __ CompareRoot(rbx, Heap::kTheHoleValueRootIndex);
399 __ LoadRoot(rdi, Heap::kTheHoleValueRootIndex);
ic-x64.cc 350 __ CompareRoot(scratch, Heap::kTheHoleValueRootIndex);
    [all...]
stub-cache-x64.cc     [all...]
full-codegen-x64.cc 728 __ LoadRoot(kScratchRegister, Heap::kTheHoleValueRootIndex);
761 __ LoadRoot(kScratchRegister, Heap::kTheHoleValueRootIndex);
787 __ PushRoot(Heap::kTheHoleValueRootIndex);
    [all...]
code-stubs-x64.cc 85 __ LoadRoot(rcx, Heap::kTheHoleValueRootIndex);
207 __ LoadRoot(rbx, Heap::kTheHoleValueRootIndex);
    [all...]
builtins-x64.cc     [all...]
lithium-codegen-x64.cc     [all...]
macro-assembler-x64.cc     [all...]

Completed in 132 milliseconds