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

  /external/v8/src/mips/
macro-assembler-mips.cc 131 void MacroAssembler::LoadRoot(Register destination,
137 void MacroAssembler::LoadRoot(Register destination,
305 LoadRoot(at, Heap::kGlobalContextMapRootIndex);
320 LoadRoot(at, Heap::kNullValueRootIndex);
325 LoadRoot(at, Heap::kGlobalContextMapRootIndex);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 152 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
194 LoadRoot(kScratchRegister, index);
472 LoadRoot(rax, Heap::kUndefinedValueRootIndex);
    [all...]

Completed in 33 milliseconds