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

  /external/v8/src/compiler/
code-assembler.cc 129 return LoadRoot(Heap::kNanValueRootIndex);
250 Node* CodeAssembler::LoadRoot(Heap::RootListIndex root_index) {
  /external/v8/src/x64/
macro-assembler-x64.h 138 void LoadRoot(Register destination, Heap::RootListIndex index);
139 void LoadRoot(const Operand& destination, Heap::RootListIndex index) {
140 LoadRoot(kScratchRegister, index);
    [all...]
macro-assembler-x64.cc 158 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
201 LoadRoot(kScratchRegister, index);
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc 85 void MacroAssembler::LoadRoot(Register destination,
91 void MacroAssembler::LoadRoot(Register destination,
559 LoadRoot(at, Heap::kNativeContextMapRootIndex);
573 LoadRoot(at, Heap::kNullValueRootIndex);
578 LoadRoot(at, Heap::kNativeContextMapRootIndex);
606 LoadRoot(scratch, Heap::kHashSeedRootIndex);
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 67 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.cc 252 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index,
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 67 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc     [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 82 void MacroAssembler::LoadRoot(Register destination,
88 void MacroAssembler::LoadRoot(Register destination,
555 LoadRoot(at, Heap::kNativeContextMapRootIndex);
569 LoadRoot(at, Heap::kNullValueRootIndex);
574 LoadRoot(at, Heap::kNativeContextMapRootIndex);
602 LoadRoot(scratch, Heap::kHashSeedRootIndex);
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc 279 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 642 milliseconds