/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 449 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 …]
|
D | licm.cc | 43 for (HEnvironment* environment = instruction->GetEnvironment(); in InputsAreDefinedBeforeLoop() 155 UpdateLoopPhisIn(instruction->GetEnvironment(), loop_info); in Run()
|
D | prepare_for_register_allocation.cc | 274 HEnvironment* user_environment = user->GetEnvironment(); in CanMoveClinitCheck() 275 HEnvironment* input_environment = input->GetEnvironment(); in CanMoveClinitCheck()
|
D | cha_guard_optimization.cc | 209 suspend->GetEnvironment(), loop_info->GetHeader()); in HoistGuard()
|
D | nodes_test.cc | 58 parameter->AddEnvUseAt(null_check->GetEnvironment(), 0); in TEST_F()
|
D | scheduler_test.cc | 139 add2->AddEnvUseAt(div_check->GetEnvironment(), 0); in TestBuildDependencyGraphAndSchedule() 141 mul->AddEnvUseAt(div_check->GetEnvironment(), 1); in TestBuildDependencyGraphAndSchedule()
|
D | inliner.cc | 925 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()
|
D | nodes.cc | 100 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()
|
D | code_generator.h | 957 HEnvironment* e1 = i1->GetEnvironment(); in HaveSameStackMap() 958 HEnvironment* e2 = i2->GetEnvironment(); in HaveSameStackMap()
|
D | superblock_cloner_test.cc | 211 HEnvironment* orig_env = orig_instr->GetEnvironment(); in TEST_F() 212 HEnvironment* copy_env = copy_instr->GetEnvironment(); in TEST_F()
|
D | code_generator.cc | 125 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()
|
D | ssa_liveness_analysis.cc | 143 for (HEnvironment* environment = current->GetEnvironment(); in ProcessEnvironment()
|
D | graph_checker.cc | 482 for (HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction() 512 HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction()
|
D | superblock_cloner.cc | 689 HEnvironment* orig_env = orig_instr->GetEnvironment(); in CheckInstructionInputsRemapping() 993 DeepCloneEnvironmentWithRemapping(copy_instr, orig_instr->GetEnvironment()); in CloneBasicBlock()
|
D | register_allocation_resolver.cc | 366 HEnvironment* environment = env_use.GetEnvironment(); in ConnectSiblings()
|
D | graph_visualizer.cc | 616 for (HEnvironment* environment = instruction->GetEnvironment(); in PrintInstruction()
|
D | bounds_check_elimination.cc | 1718 suspend->GetEnvironment(), loop->GetHeader()); in InsertDeoptInLoop() 1732 deoptimize->CopyEnvironmentFrom(bounds_check->GetEnvironment()); in InsertDeoptInBlock()
|
D | instruction_simplifier.cc | 2354 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()
|
D | ssa_liveness_analysis.h | 178 HEnvironment* GetEnvironment() const { return environment_; } in GetEnvironment() function
|
D | nodes.h | 2253 HEnvironment* GetEnvironment() const { return environment_; } in GetEnvironment() function 4342 return GetEnvironment()->IsFromInlinedInvoke(); in IsFromInlinedInvoke() 6480 DCHECK(GetEnvironment() == nullptr); in SetLoadKind() 6646 DCHECK(GetEnvironment() == nullptr); in SetLoadKind()
|
D | loop_optimization.cc | 1247 HEnvironment* env = vector_header_->GetFirstInstruction()->GetEnvironment(); in GenerateNewLoop()
|
D | code_generator_arm64.cc | 4091 DCHECK(!instruction->GetEnvironment()->IsFromInlinedInvoke()); in MaybeGenerateInlineCacheCheck()
|
D | code_generator_x86.cc | 2370 DCHECK(!instruction->GetEnvironment()->IsFromInlinedInvoke()); in MaybeGenerateInlineCacheCheck()
|
D | code_generator_arm_vixl.cc | 3366 DCHECK(!instruction->GetEnvironment()->IsFromInlinedInvoke()); in MaybeGenerateInlineCacheCheck()
|