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

  /external/v8/src/x64/
full-codegen-x64.cc 186 __ PushRoot(Heap::kUndefinedValueRootIndex);
433 __ PushRoot(index);
589 __ PushRoot(value_root_index);
787 __ PushRoot(Heap::kTheHoleValueRootIndex);
    [all...]
macro-assembler-x64.h 142 void PushRoot(Heap::RootListIndex index);
    [all...]
macro-assembler-x64.cc 178 void MacroAssembler::PushRoot(Heap::RootListIndex index) {
    [all...]
code-stubs-x64.cc 111 __ PushRoot(Heap::kFalseValueRootIndex);
    [all...]
lithium-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 167 __ PushRoot(Heap::kUndefinedValueRootIndex);
469 __ PushRoot(index);
633 __ PushRoot(value_root_index);
815 __ PushRoot(Heap::kTheHoleValueRootIndex);
    [all...]
macro-assembler-x64.h 132 void PushRoot(Heap::RootListIndex index);
    [all...]
macro-assembler-x64.cc 201 void MacroAssembler::PushRoot(Heap::RootListIndex index) {
    [all...]
lithium-codegen-x64.cc     [all...]
code-stubs-x64.cc 426 __ PushRoot(Heap::kFalseValueRootIndex);
    [all...]

Completed in 361 milliseconds