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

1 2 3

  /external/v8/src/
address-map.cc 18 Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(i);
handles.cc 26 static_cast<Heap::RootListIndex>(location_ - roots_array_start))) {
151 ->root_handle(static_cast<Heap::RootListIndex>(index))
code-stub-assembler.h 339 Node* LoadAndUntagToWord32Root(Heap::RootListIndex root_index);
469 Heap::RootListIndex map_root_index);
472 Heap::RootListIndex root);
586 Heap::RootListIndex value_root_index,
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 74 void LoadRoot(Register destination, Heap::RootListIndex index);
75 void StoreRoot(Register source, Register scratch, Heap::RootListIndex index);
76 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index);
79 void CompareRoot(Register with, Heap::RootListIndex index);
80 void CompareRoot(const Operand& with, Heap::RootListIndex index);
81 void PushRoot(Heap::RootListIndex index);
84 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal,
89 void JumpIfRoot(const Operand& with, Heap::RootListIndex index,
97 void JumpIfNotRoot(Register with, Heap::RootListIndex index,
103 void JumpIfNotRoot(const Operand& with, Heap::RootListIndex index
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.h 77 void LoadRoot(Register destination, Heap::RootListIndex index);
78 void StoreRoot(Register source, Register scratch, Heap::RootListIndex index);
79 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index);
82 void CompareRoot(Register with, Heap::RootListIndex index);
83 void CompareRoot(const Operand& with, Heap::RootListIndex index);
84 void PushRoot(Heap::RootListIndex index);
87 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal,
92 void JumpIfRoot(const Operand& with, Heap::RootListIndex index,
100 void JumpIfNotRoot(Register with, Heap::RootListIndex index,
106 void JumpIfNotRoot(const Operand& with, Heap::RootListIndex index
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 174 Heap::RootListIndex index);
218 void DeoptimizeIfRoot(Register rt, Heap::RootListIndex index,
220 void DeoptimizeIfNotRoot(Register rt, Heap::RootListIndex index,
  /external/v8/src/heap/
heap.h 532 enum RootListIndex {
681 static bool RootCanBeWrittenAfterInitialization(RootListIndex root_index);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 139 void LoadRoot(Register destination, Heap::RootListIndex index);
140 void LoadRoot(const Operand& destination, Heap::RootListIndex index) {
144 void StoreRoot(Register source, Heap::RootListIndex index);
151 void CompareRoot(Register with, Heap::RootListIndex index);
152 void CompareRoot(const Operand& with, Heap::RootListIndex index);
153 void PushRoot(Heap::RootListIndex index);
156 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal,
161 void JumpIfRoot(const Operand& with, Heap::RootListIndex index,
169 void JumpIfNotRoot(Register with, Heap::RootListIndex index,
175 void JumpIfNotRoot(const Operand& with, Heap::RootListIndex index
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.h     [all...]
macro-assembler-arm64.cc     [all...]
  /external/v8/src/full-codegen/
full-codegen.h 644 virtual void Plug(Heap::RootListIndex index) const = 0;
699 void Plug(Heap::RootListIndex) const override;
718 void Plug(Heap::RootListIndex) const override;
755 void Plug(Heap::RootListIndex) const override;
780 void Plug(Heap::RootListIndex) const override;
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 197 Heap::RootListIndex index,
201 Heap::RootListIndex index,
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.h 180 void LoadRoot(Register destination, Heap::RootListIndex index,
183 void StoreRoot(Register source, Heap::RootListIndex index,
    [all...]
  /external/v8/src/compiler/
code-generator.h 98 Heap::RootListIndex* index_return);
code-assembler.h 263 Node* LoadRoot(Heap::RootListIndex root_index);
276 Node* StoreRoot(Heap::RootListIndex root_index, Node* value);
code-assembler.cc 418 Node* CodeAssembler::LoadRoot(Heap::RootListIndex root_index) {
465 Node* CodeAssembler::StoreRoot(Heap::RootListIndex root_index, Node* value) {
  /external/v8/src/snapshot/
deserializer.cc 529 Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(id); \
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 208 Heap::RootListIndex index,
328 void PushRoot(Heap::RootListIndex index) {
334 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) {
340 void JumpIfNotRoot(Register with, Heap::RootListIndex index,
348 Heap::RootListIndex index);
350 Heap::RootListIndex index,
355 Heap::RootListIndex index);
357 Heap::RootListIndex index,
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.h 236 Heap::RootListIndex index,
361 void PushRoot(Heap::RootListIndex index) {
367 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) {
373 void JumpIfNotRoot(Register with, Heap::RootListIndex index,
381 Heap::RootListIndex index);
383 Heap::RootListIndex index,
388 Heap::RootListIndex index);
390 Heap::RootListIndex index,
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.h 46 inline MemOperand RootMemOperand(Heap::RootListIndex index) {
234 void LoadRoot(Register destination, Heap::RootListIndex index,
237 void StoreRoot(Register source, Heap::RootListIndex index,
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 477 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const {
482 Heap::RootListIndex index) const {
488 Heap::RootListIndex index) const {
494 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
609 Heap::RootListIndex value_root_index =
616 Heap::RootListIndex value_root_index =
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 468 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const {
474 Heap::RootListIndex index) const {
480 Heap::RootListIndex index) const {
486 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
599 Heap::RootListIndex value_root_index =
606 Heap::RootListIndex value_root_index =
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 470 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const {
475 Heap::RootListIndex index) const {
481 Heap::RootListIndex index) const {
487 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
605 Heap::RootListIndex value_root_index =
612 Heap::RootListIndex value_root_index =
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 470 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const {
475 Heap::RootListIndex index) const {
481 Heap::RootListIndex index) const {
487 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
605 Heap::RootListIndex value_root_index =
612 Heap::RootListIndex value_root_index =
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 464 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const {}
468 Heap::RootListIndex index) const {
474 Heap::RootListIndex index) const {
480 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
588 Heap::RootListIndex value_root_index =
595 Heap::RootListIndex value_root_index =
    [all...]

Completed in 536 milliseconds

1 2 3