HomeSort by relevance Sort by last modified time
    Searched defs:LoadRoot (Results 1 - 9 of 9) sorted by null

  /external/v8/src/x64/
macro-assembler-x64.h 134 void LoadRoot(Register destination, Heap::RootListIndex index);
135 void LoadRoot(const Operand& destination, Heap::RootListIndex index) {
136 LoadRoot(kScratchRegister, index);
    [all...]
macro-assembler-x64.cc 158 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
201 LoadRoot(kScratchRegister, index);
218 LoadRoot(scratch, Heap::kStoreBufferTopRootIndex);
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 67 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc 74 void MacroAssembler::LoadRoot(Register destination,
80 void MacroAssembler::LoadRoot(Register destination,
447 LoadRoot(at, Heap::kNativeContextMapRootIndex);
461 LoadRoot(at, Heap::kNullValueRootIndex);
466 LoadRoot(at, Heap::kNativeContextMapRootIndex);
494 LoadRoot(scratch, Heap::kHashSeedRootIndex);
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 67 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 72 void MacroAssembler::LoadRoot(Register destination,
78 void MacroAssembler::LoadRoot(Register destination,
444 LoadRoot(at, Heap::kNativeContextMapRootIndex);
458 LoadRoot(at, Heap::kNullValueRootIndex);
463 LoadRoot(at, Heap::kNativeContextMapRootIndex);
491 LoadRoot(scratch, Heap::kHashSeedRootIndex);
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc 284 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index,
949 LoadRoot(scratch2, map_index);
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1182 milliseconds