HomeSort by relevance Sort by last modified time
    Searched refs:RootListIndex (Results 1 - 10 of 10) sorted by null

  /external/v8/src/x64/
macro-assembler-x64.h 60 void LoadRoot(Register destination, Heap::RootListIndex index);
61 void CompareRoot(Register with, Heap::RootListIndex index);
62 void CompareRoot(Operand with, Heap::RootListIndex index);
63 void PushRoot(Heap::RootListIndex index);
    [all...]
virtual-frame-x64.h 389 void EmitPush(Heap::RootListIndex index,
macro-assembler-x64.cc 48 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
53 void MacroAssembler::PushRoot(Heap::RootListIndex index) {
58 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) {
63 void MacroAssembler::CompareRoot(Operand with, Heap::RootListIndex index) {
    [all...]
virtual-frame-x64.cc 242 void VirtualFrame::EmitPush(Heap::RootListIndex index, NumberInfo::Type info) {
    [all...]
  /external/v8/src/
heap.h     [all...]
heap.cc     [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 113 Heap::RootListIndex index);
115 Heap::RootListIndex index,
macro-assembler-mips.cc 108 Heap::RootListIndex index) {
113 Heap::RootListIndex index,
  /external/v8/src/arm/
macro-assembler-arm.h 79 Heap::RootListIndex index,
macro-assembler-arm.cc 196 Heap::RootListIndex index,
    [all...]

Completed in 467 milliseconds