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

  /external/v8/src/
full-codegen.h 634 virtual void Plug(Heap::RootListIndex index) const = 0;
689 virtual void Plug(Heap::RootListIndex) const;
710 virtual void Plug(Heap::RootListIndex) const;
749 virtual void Plug(Heap::RootListIndex) const;
776 virtual void Plug(Heap::RootListIndex) const;
heap.h     [all...]
code-stubs.h 1084 Heap::RootListIndex value,
    [all...]
heap.cc     [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 200 Heap::RootListIndex index,
269 Heap::RootListIndex index);
271 Heap::RootListIndex index,
276 Heap::RootListIndex index);
278 Heap::RootListIndex index,
    [all...]
full-codegen-mips.cc 497 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const {
502 Heap::RootListIndex index) const {
508 Heap::RootListIndex index) const {
514 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
661 Heap::RootListIndex value_root_index =
668 Heap::RootListIndex value_root_index =
    [all...]
macro-assembler-mips.cc 55 Heap::RootListIndex index) {
61 Heap::RootListIndex index,
70 Heap::RootListIndex index) {
76 Heap::RootListIndex index,
    [all...]
lithium-codegen-mips.cc     [all...]
code-stubs-mips.cc 346 Heap::RootListIndex expected_map_index;
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 132 void LoadRoot(Register destination, Heap::RootListIndex index);
133 void StoreRoot(Register source, Heap::RootListIndex index);
140 void CompareRoot(Register with, Heap::RootListIndex index);
141 void CompareRoot(const Operand& with, Heap::RootListIndex index);
142 void PushRoot(Heap::RootListIndex index);
    [all...]
full-codegen-x64.cc 421 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const {
426 Heap::RootListIndex index) const {
432 Heap::RootListIndex index) const {
437 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
580 Heap::RootListIndex value_root_index =
587 Heap::RootListIndex value_root_index =
    [all...]
macro-assembler-x64.cc 153 void MacroAssembler::LoadRoot(Register destination, Heap::RootListIndex index) {
171 void MacroAssembler::StoreRoot(Register source, Heap::RootListIndex index) {
178 void MacroAssembler::PushRoot(Heap::RootListIndex index) {
184 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) {
192 Heap::RootListIndex index) {
    [all...]
code-stubs-x64.cc 329 Heap::RootListIndex expected_map_index;
521 Heap::RootListIndex value,
    [all...]
lithium-codegen-x64.cc     [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 162 Heap::RootListIndex index,
166 Heap::RootListIndex index,
    [all...]
macro-assembler-arm.cc 397 Heap::RootListIndex index,
404 Heap::RootListIndex index,
870 Heap::RootListIndex map_index,
    [all...]
full-codegen-arm.cc 489 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const {
494 Heap::RootListIndex index) const {
500 Heap::RootListIndex index) const {
506 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
653 Heap::RootListIndex value_root_index =
660 Heap::RootListIndex value_root_index =
    [all...]
lithium-codegen-arm.cc     [all...]
code-stubs-arm.cc 348 Heap::RootListIndex expected_map_index;
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 336 void CompareRoot(Register with, Heap::RootListIndex index);
337 void CompareRoot(const Operand& with, Heap::RootListIndex index);
    [all...]
full-codegen-ia32.cc 482 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const {
488 Heap::RootListIndex index) const {
494 Heap::RootListIndex index) const {
499 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
    [all...]
macro-assembler-ia32.cc 353 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) {
361 Heap::RootListIndex index) {
    [all...]
code-stubs-ia32.cc 556 Heap::RootListIndex value,
    [all...]

Completed in 304 milliseconds