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

  /art/compiler/optimizing/
ssa_builder.h 39 HEnvironment* env = locals_for_.Get(block->GetBlockId());
41 env = new (GetGraph()->GetArena()) HEnvironment(
63 // HEnvironment for each block.
64 GrowableArray<HEnvironment*> locals_for_;
ssa_builder.cc 146 HEnvironment* environment = new (GetGraph()->GetArena()) HEnvironment(
nodes.h 30 class HEnvironment;
521 void AddEnvUseAt(HEnvironment* user, size_t index) {
522 env_uses_ = new (block_->GetGraph()->GetArena()) HUseListNode<HEnvironment>(
529 HUseListNode<HEnvironment>* GetEnvUses() const { return env_uses_; }
553 HEnvironment* GetEnvironment() const { return environment_; }
554 void SetEnvironment(HEnvironment* environment) { environment_ = environment; }
595 HUseListNode<HEnvironment>* env_uses_;
597 HEnvironment* environment_;
638 // A HEnvironment object contains the values of virtual registers at a given location.
639 class HEnvironment : public ArenaObject
    [all...]
nodes.cc 405 for (HUseIterator<HEnvironment> it(GetEnvUses()); !it.Done(); it.Advance()) {
406 HUseListNode<HEnvironment>* current = it.Current();
407 HEnvironment* user = current->GetUser();
  /external/chromium_org/v8/src/
hydrogen-osr.cc 43 HEnvironment *environment = builder_->environment();
hydrogen.h 25 class HEnvironment;
68 HEnvironment* last_environment() const { return last_environment_; }
96 void SetInitialEnvironment(HEnvironment* env);
103 void UpdateEnvironment(HEnvironment* env);
200 HEnvironment* last_environment_;
315 HEnvironment* start_environment() const { return start_environment_; }
487 HEnvironment* start_environment_;
551 class HEnvironment FINAL : public ZoneObject {
553 HEnvironment(HEnvironment* outer
    [all...]
hydrogen.cc 171 HEnvironment* environment = last_environment();
220 HEnvironment* env = last_environment();
242 HEnvironment* env = last_environment();
254 void HBasicBlock::SetInitialEnvironment(HEnvironment* env) {
261 void HBasicBlock::UpdateEnvironment(HEnvironment* env) {
344 HEnvironment* incoming_env = pred->last_environment();
790 HEnvironment* env = builder->environment();
808 HEnvironment* env = builder()->environment();
813 HEnvironment* env = first_false_block_->last_environment();
837 HEnvironment* env = first_false_block_->last_environment()
    [all...]
lithium.cc 527 HEnvironment* hydrogen_env, int* argument_index_accumulator,
lithium.h 733 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env,
hydrogen-instructions.h 30 class HEnvironment;
    [all...]
code-stubs-hydrogen.cc 126 HEnvironment* start_environment = graph()->start_environment();
    [all...]
hydrogen-instructions.cc     [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 568 HEnvironment* hydrogen_env = current_block_->last_environment();
762 HEnvironment* last_environment = pred->last_environment();
780 HEnvironment* last_environment = pred->last_environment();
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 598 HEnvironment* last_environment = pred->last_environment();
617 HEnvironment* last_environment = pred->last_environment();
764 HEnvironment* hydrogen_env = current_block_->last_environment();
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 621 HEnvironment* hydrogen_env = current_block_->last_environment();
802 HEnvironment* last_environment = pred->last_environment();
820 HEnvironment* last_environment = pred->last_environment();
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 575 HEnvironment* hydrogen_env = current_block_->last_environment();
772 HEnvironment* last_environment = pred->last_environment();
790 HEnvironment* last_environment = pred->last_environment();
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.cc 575 HEnvironment* hydrogen_env = current_block_->last_environment();
772 HEnvironment* last_environment = pred->last_environment();
790 HEnvironment* last_environment = pred->last_environment();
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 603 HEnvironment* hydrogen_env = current_block_->last_environment();
785 HEnvironment* last_environment = pred->last_environment();
803 HEnvironment* last_environment = pred->last_environment();
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 626 HEnvironment* hydrogen_env = current_block_->last_environment();
801 HEnvironment* last_environment = pred->last_environment();
819 HEnvironment* last_environment = pred->last_environment();
    [all...]

Completed in 942 milliseconds