Home
last modified time | relevance | path

Searched refs:GetEnvironment (Results 1 – 20 of 20) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination_test.cc449 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
488 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
615 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
619 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
657 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
680 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
705 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
729 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
754 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
779 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
[all …]
Dlicm.cc43 for (HEnvironment* environment = instruction->GetEnvironment(); in InputsAreDefinedBeforeLoop()
155 UpdateLoopPhisIn(instruction->GetEnvironment(), loop_info); in Run()
Dprepare_for_register_allocation.cc274 HEnvironment* user_environment = user->GetEnvironment(); in CanMoveClinitCheck()
275 HEnvironment* input_environment = input->GetEnvironment(); in CanMoveClinitCheck()
Dcha_guard_optimization.cc209 suspend->GetEnvironment(), loop_info->GetHeader()); in HoistGuard()
Dnodes_test.cc58 parameter->AddEnvUseAt(null_check->GetEnvironment(), 0); in TEST_F()
Dscheduler_test.cc139 add2->AddEnvUseAt(div_check->GetEnvironment(), 0); in TestBuildDependencyGraphAndSchedule()
141 mul->AddEnvUseAt(div_check->GetEnvironment(), 1); in TestBuildDependencyGraphAndSchedule()
Dinliner.cc925 deopt->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in AddCHAGuard()
979 load_class->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in AddTypeGuard()
994 deoptimize->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in AddTypeGuard()
1278 deoptimize->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in TryInlinePolymorphicCallToSameTarget()
1334 new_invoke->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in TryInlineAndReplace()
1382 new_invoke->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in TryInlineAndReplace()
Dnodes.cc100 for (HEnvironment* environment = instruction->GetEnvironment(); in RemoveEnvironmentUses()
113 for (HEnvironment* environment = instruction->GetEnvironment(); in HasEnvironmentUsedByOthers()
128 for (HEnvironment* environment = instruction->GetEnvironment(); in ResetEnvironmentInputRecords()
858 if (!suspend_check_->GetEnvironment()->IsFromInlinedInvoke()) { in Populate()
2436 current->GetEnvironment()->SetAndCopyParentChain( in InlineInto()
2437 outer_graph->GetAllocator(), invoke->GetEnvironment()); in InlineInto()
2771 loop->GetSuspendCheck()->GetEnvironment(), header); in TransformLoopForVectorization()
2919 ArtMethod* caller = GetEnvironment()->GetMethod(); in GetDexFileForPcRelativeDexCache()
3076 clone->CopyEnvironmentFrom(instr->GetEnvironment()); in ReplaceInstrOrPhiByClone()
Dsuperblock_cloner_test.cc211 HEnvironment* orig_env = orig_instr->GetEnvironment(); in TEST_F()
212 HEnvironment* copy_env = copy_instr->GetEnvironment(); in TEST_F()
Dcode_generator.h957 HEnvironment* e1 = i1->GetEnvironment(); in HaveSameStackMap()
958 HEnvironment* e2 = i2->GetEnvironment(); in HaveSameStackMap()
Dcode_generator.cc125 HEnvironment* environment = instruction->GetEnvironment(); in CheckTypeConsistency()
903 for (HEnvironment* env = instruction->GetEnvironment(); env != nullptr; env = env->GetParent()) { in AllocateLocations()
1045 if (!suspend_check->GetEnvironment()->IsFromInlinedInvoke()) { in CheckLoopEntriesCanBeUsedForOsr()
1173 HEnvironment* const environment = instruction->GetEnvironment(); in RecordPcInfo()
Dssa_liveness_analysis.cc143 for (HEnvironment* environment = current->GetEnvironment(); in ProcessEnvironment()
Dsuperblock_cloner.cc689 HEnvironment* orig_env = orig_instr->GetEnvironment(); in CheckInstructionInputsRemapping()
993 DeepCloneEnvironmentWithRemapping(copy_instr, orig_instr->GetEnvironment()); in CloneBasicBlock()
Dgraph_checker.cc482 for (HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction()
512 HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction()
Dregister_allocation_resolver.cc366 HEnvironment* environment = env_use.GetEnvironment(); in ConnectSiblings()
Dgraph_visualizer.cc616 for (HEnvironment* environment = instruction->GetEnvironment(); in PrintInstruction()
Dbounds_check_elimination.cc1718 suspend->GetEnvironment(), loop->GetHeader()); in InsertDeoptInLoop()
1732 deoptimize->CopyEnvironmentFrom(bounds_check->GetEnvironment()); in InsertDeoptInBlock()
Dinstruction_simplifier.cc2354 bounds_check->CopyEnvironmentFrom(invoke->GetEnvironment()); in SimplifyStringCharAt()
2626 for (HEnvironment* env = invoke->GetEnvironment(); env != nullptr; env = env->GetParent()) { in TryReplaceStringBuilderAppend()
2634 append->CopyEnvironmentFrom(invoke->GetEnvironment()); in TryReplaceStringBuilderAppend()
Dssa_liveness_analysis.h178 HEnvironment* GetEnvironment() const { return environment_; } in GetEnvironment() function
Dloop_optimization.cc1247 HEnvironment* env = vector_header_->GetFirstInstruction()->GetEnvironment(); in GenerateNewLoop()