HomeSort by relevance Sort by last modified time
    Searched refs:LoadRoot (Results 26 - 50 of 60) sorted by null

12 3

  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 159 __ LoadRoot(rdx, Heap::kUndefinedValueRootIndex);
315 __ LoadRoot(rax, Heap::kUndefinedValueRootIndex);
471 __ LoadRoot(result_register(), index);
493 __ LoadRoot(result_register(), index);
634 __ LoadRoot(result_register(), value_root_index);
794 __ LoadRoot(kScratchRegister, Heap::kTheHoleValueRootIndex);
803 __ LoadRoot(kScratchRegister, Heap::kTheHoleValueRootIndex);
    [all...]
macro-assembler-x64.cc 161 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
203 LoadRoot(kScratchRegister, index);
220 LoadRoot(scratch, Heap::kStoreBufferTopRootIndex);
    [all...]
lithium-codegen-x64.cc     [all...]
lithium-x64.h 100 V(LoadRoot) \
    [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc 71 void MacroAssembler::LoadRoot(Register destination,
77 void MacroAssembler::LoadRoot(Register destination,
442 LoadRoot(at, Heap::kNativeContextMapRootIndex);
456 LoadRoot(at, Heap::kNullValueRootIndex);
461 LoadRoot(at, Heap::kNativeContextMapRootIndex);
489 LoadRoot(scratch, Heap::kHashSeedRootIndex);
    [all...]
codegen-mips.cc 722 __ LoadRoot(at, Heap::kEmptyFixedArrayRootIndex);
737 __ LoadRoot(scratch2, Heap::kFixedDoubleArrayMapRootIndex);
822 __ LoadRoot(at, Heap::kTheHoleValueRootIndex);
    [all...]
lithium-mips.h 100 V(LoadRoot) \
    [all...]
macro-assembler-mips.h 275 void LoadRoot(Register destination,
277 void LoadRoot(Register destination,
    [all...]
  /external/chromium_org/v8/src/mips64/
macro-assembler-mips64.cc 74 void MacroAssembler::LoadRoot(Register destination,
80 void MacroAssembler::LoadRoot(Register destination,
446 LoadRoot(at, Heap::kNativeContextMapRootIndex);
460 LoadRoot(at, Heap::kNullValueRootIndex);
465 LoadRoot(at, Heap::kNativeContextMapRootIndex);
493 LoadRoot(scratch, Heap::kHashSeedRootIndex);
    [all...]
lithium-mips64.h 100 V(LoadRoot) \
    [all...]
macro-assembler-mips64.h 296 void LoadRoot(Register destination,
298 void LoadRoot(Register destination,
    [all...]
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 454 __ LoadRoot(scratch2, Heap::kFixedDoubleArrayMapRootIndex);
595 __ LoadRoot(scratch, Heap::kFixedArrayMapRootIndex);
609 __ LoadRoot(heap_number_map, Heap::kHeapNumberMapRootIndex);
656 __ LoadRoot(scratch2, Heap::kTheHoleValueRootIndex);
macro-assembler-arm.cc 423 void MacroAssembler::LoadRoot(Register destination,
    [all...]
lithium-arm.h 100 V(LoadRoot) \
    [all...]
macro-assembler-arm.h 168 void LoadRoot(Register destination,
    [all...]
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc     [all...]
macro-assembler-arm64.cc     [all...]
lithium-arm64.h 113 V(LoadRoot) \
    [all...]
lithium-codegen-arm64.cc 426 __ LoadRoot(x2, Heap::kUndefinedValueRootIndex);
442 __ LoadRoot(x2, Heap::kUndefinedValueRootIndex);
    [all...]
  /external/chromium_org/v8/src/ic/arm64/
handler-compiler-arm64.cc 192 __ LoadRoot(call_data, Heap::kUndefinedValueRootIndex);
714 __ LoadRoot(scratch4(), Heap::kUndefinedValueRootIndex);
  /external/chromium_org/v8/src/ic/x64/
handler-compiler-x64.cc 174 __ LoadRoot(call_data, Heap::kUndefinedValueRootIndex);
651 __ LoadRoot(kScratchRegister, Heap::kUndefinedValueRootIndex);
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 112 V(LoadRoot) \
    [all...]
macro-assembler-ia32.h 59 void LoadRoot(Register destination, Heap::RootListIndex index);
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.h 113 V(LoadRoot) \
    [all...]
macro-assembler-x87.h 59 void LoadRoot(Register destination, Heap::RootListIndex index);
    [all...]

Completed in 2034 milliseconds

12 3