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

1 2

  /art/compiler/optimizing/
nodes_test.cc 54 HEnvironment* environment = new (&allocator) HEnvironment(
139 HEnvironment* environment = new (&allocator) HEnvironment(
150 HEnvironment* parent1 = new (&allocator) HEnvironment(
156 HEnvironment* parent2 = new (&allocator) HEnvironment(
licm.cc 42 for (HEnvironment* environment = instruction->GetEnvironment();
66 static void UpdateLoopPhisIn(HEnvironment* environment, HLoopInformation* info) {
prepare_for_register_allocation.cc 205 HEnvironment* user_environment = user->GetEnvironment();
206 HEnvironment* input_environment = input->GetEnvironment();
ssa_phi_elimination.cc 109 for (const HUseListNode<HEnvironment*>& use : phi->GetEnvUses()) {
110 HEnvironment* user = use.GetUser();
nodes.h 47 class HEnvironment;
    [all...]
code_generator.h 614 void EmitEnvironment(HEnvironment* environment, SlowPathCode* slow_path);
765 HEnvironment* e1 = i1->GetEnvironment();
766 HEnvironment* e2 = i2->GetEnvironment();
ssa_builder.cc 412 HEnvironment* last_user = nullptr;
413 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) {
425 const HUseList<HEnvironment*>& env_uses = instruction->GetEnvUses();
graph_checker.cc 378 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) {
379 HEnvironment* user = use.GetUser();
432 for (HEnvironment* environment = instruction->GetEnvironment();
463 HEnvironment* environment = instruction->GetEnvironment();
    [all...]
ssa_liveness_analysis.h 107 HEnvironment* environment,
128 HEnvironment* GetEnvironment() const { return environment_; }
160 HEnvironment* const environment_;
246 HEnvironment* environment,
    [all...]
nodes.cc 92 for (HEnvironment* environment = instruction->GetEnvironment();
    [all...]
code_generator.cc 119 HEnvironment* environment = instruction->GetEnvironment();
729 for (HEnvironment* environment = instruction->GetEnvironment();
787 HEnvironment* environment = instruction->GetEnvironment();
    [all...]
  /external/v8/src/crankshaft/
hydrogen-osr.cc 44 HEnvironment *environment = builder_->environment();
hydrogen.h 26 class HEnvironment;
91 HEnvironment* last_environment() const { return last_environment_; }
119 void SetInitialEnvironment(HEnvironment* env);
126 void UpdateEnvironment(HEnvironment* env);
219 HEnvironment* last_environment_;
338 HEnvironment* start_environment() const { return start_environment_; }
492 HEnvironment* start_environment_;
542 class HEnvironment final : public ZoneObject {
544 HEnvironment(HEnvironment* outer
    [all...]
lithium.cc 516 HEnvironment* hydrogen_env = current_block->last_environment();
563 HEnvironment* hydrogen_env) {
573 HEnvironment* hydrogen_env, int* argument_index_accumulator,
584 HEnvironment* outer_hydrogen_env = hydrogen_env->outer();
hydrogen.cc 345 HEnvironment* environment = last_environment();
392 HEnvironment* env = last_environment();
413 HEnvironment* env = last_environment();
425 void HBasicBlock::SetInitialEnvironment(HEnvironment* env) {
432 void HBasicBlock::UpdateEnvironment(HEnvironment* env) {
515 HEnvironment* incoming_env = pred->last_environment();
965 HEnvironment* env = builder->environment();
    [all...]
lithium.h 756 HEnvironment* hydrogen_env);
758 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env,
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 548 HEnvironment* hydrogen_env = current_block_->last_environment();
733 HEnvironment* last_environment = pred->last_environment();
751 HEnvironment* last_environment = pred->last_environment();
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 574 HEnvironment* last_environment = pred->last_environment();
593 HEnvironment* last_environment = pred->last_environment();
722 HEnvironment* hydrogen_env = current_block_->last_environment();
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 592 HEnvironment* hydrogen_env = current_block_->last_environment();
766 HEnvironment* last_environment = pred->last_environment();
784 HEnvironment* last_environment = pred->last_environment();
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 555 HEnvironment* hydrogen_env = current_block_->last_environment();
743 HEnvironment* last_environment = pred->last_environment();
761 HEnvironment* last_environment = pred->last_environment();
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 555 HEnvironment* hydrogen_env = current_block_->last_environment();
743 HEnvironment* last_environment = pred->last_environment();
761 HEnvironment* last_environment = pred->last_environment();
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 561 HEnvironment* hydrogen_env = current_block_->last_environment();
748 HEnvironment* last_environment = pred->last_environment();
766 HEnvironment* last_environment = pred->last_environment();
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 501 HEnvironment* hydrogen_env = current_block_->last_environment();
674 HEnvironment* last_environment = pred->last_environment();
692 HEnvironment* last_environment = pred->last_environment();
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 583 HEnvironment* hydrogen_env = current_block_->last_environment();
758 HEnvironment* last_environment = pred->last_environment();
776 HEnvironment* last_environment = pred->last_environment();
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 597 HEnvironment* hydrogen_env = current_block_->last_environment();
763 HEnvironment* last_environment = pred->last_environment();
781 HEnvironment* last_environment = pred->last_environment();
    [all...]

Completed in 708 milliseconds

1 2