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

  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc 57 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
    [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc 55 void MacroAssembler::LoadRoot(Register destination,
61 void MacroAssembler::LoadRoot(Register destination,
376 LoadRoot(at, Heap::kNativeContextMapRootIndex);
390 LoadRoot(at, Heap::kNullValueRootIndex);
395 LoadRoot(at, Heap::kNativeContextMapRootIndex);
420 LoadRoot(scratch, Heap::kHashSeedRootIndex);
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 54 void MacroAssembler::LoadRoot(Register destination,
60 void MacroAssembler::LoadRoot(Register destination,
375 LoadRoot(at, Heap::kGlobalContextMapRootIndex);
390 LoadRoot(at, Heap::kNullValueRootIndex);
395 LoadRoot(at, Heap::kGlobalContextMapRootIndex);
420 LoadRoot(scratch, Heap::kHashSeedRootIndex);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 153 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
195 LoadRoot(kScratchRegister, index);
212 LoadRoot(scratch, Heap::kStoreBufferTopRootIndex);
555 LoadRoot(rax, Heap::kUndefinedValueRootIndex);
    [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 176 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
218 LoadRoot(kScratchRegister, index);
235 LoadRoot(scratch, Heap::kStoreBufferTopRootIndex);
578 LoadRoot(rax, Heap::kUndefinedValueRootIndex);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 934 milliseconds