/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 436 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F() 474 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F() 596 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F() 600 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F() 637 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F() 659 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F() 683 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F() 706 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F() 730 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F() 754 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 | 932 deopt->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in AddCHAGuard() 986 load_class->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in AddTypeGuard() 1001 deoptimize->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in AddTypeGuard() 1284 deoptimize->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in TryInlinePolymorphicCallToSameTarget() 1339 new_invoke->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in TryInlineAndReplace() 1387 new_invoke->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in TryInlineAndReplace()
|
D | nodes.cc | 99 for (HEnvironment* environment = instruction->GetEnvironment(); in RemoveEnvironmentUses() 112 for (HEnvironment* environment = instruction->GetEnvironment(); in HasEnvironmentUsedByOthers() 127 for (HEnvironment* environment = instruction->GetEnvironment(); in ResetEnvironmentInputRecords() 857 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() 3012 clone->CopyEnvironmentFrom(instr->GetEnvironment()); in ReplaceInstrOrPhiByClone()
|
D | superblock_cloner_test.cc | 207 HEnvironment* orig_env = orig_instr->GetEnvironment(); in TEST_F() 208 HEnvironment* copy_env = copy_instr->GetEnvironment(); in TEST_F()
|
D | code_generator.h | 996 HEnvironment* e1 = i1->GetEnvironment(); in HaveSameStackMap() 997 HEnvironment* e2 = i2->GetEnvironment(); in HaveSameStackMap()
|
D | code_generator.cc | 126 HEnvironment* environment = instruction->GetEnvironment(); in CheckTypeConsistency() 954 for (HEnvironment* env = instruction->GetEnvironment(); env != nullptr; env = env->GetParent()) { in AllocateLocations() 1096 if (!suspend_check->GetEnvironment()->IsFromInlinedInvoke()) { in CheckLoopEntriesCanBeUsedForOsr() 1224 HEnvironment* const environment = instruction->GetEnvironment(); in RecordPcInfo()
|
D | ssa_liveness_analysis.cc | 143 for (HEnvironment* environment = current->GetEnvironment(); in ProcessEnvironment()
|
D | graph_checker.cc | 483 for (HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction() 513 HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction()
|
D | superblock_cloner.cc | 730 HEnvironment* orig_env = orig_instr->GetEnvironment(); in CheckInstructionInputsRemapping() 1039 DeepCloneEnvironmentWithRemapping(copy_instr, orig_instr->GetEnvironment()); in CloneBasicBlock()
|
D | register_allocation_resolver.cc | 366 HEnvironment* environment = env_use.GetEnvironment(); in ConnectSiblings()
|
D | bounds_check_elimination.cc | 1819 suspend->GetEnvironment(), loop->GetHeader()); in InsertDeoptInLoop() 1833 deoptimize->CopyEnvironmentFrom(bounds_check->GetEnvironment()); in InsertDeoptInBlock()
|
D | instruction_simplifier.cc | 2368 bounds_check->CopyEnvironmentFrom(invoke->GetEnvironment()); in SimplifyStringCharAt() 2629 for (HEnvironment* env = invoke->GetEnvironment(); env != nullptr; env = env->GetParent()) { in TryReplaceStringBuilderAppend() 2637 append->CopyEnvironmentFrom(invoke->GetEnvironment()); in TryReplaceStringBuilderAppend()
|
D | graph_visualizer.cc | 616 for (HEnvironment* environment = instruction->GetEnvironment(); in PrintInstruction()
|
D | ssa_liveness_analysis.h | 178 HEnvironment* GetEnvironment() const { return environment_; } in GetEnvironment() function
|
D | nodes.h | 2309 HEnvironment* GetEnvironment() const { return environment_; } in GetEnvironment() function 4396 return GetEnvironment()->IsFromInlinedInvoke(); in IsFromInlinedInvoke() 6564 DCHECK(GetEnvironment() == nullptr); in SetLoadKind() 6730 DCHECK(GetEnvironment() == nullptr); in SetLoadKind()
|
D | loop_optimization.cc | 1244 HEnvironment* env = vector_header_->GetFirstInstruction()->GetEnvironment(); in GenerateNewLoop()
|
D | code_generator_arm64.cc | 4288 DCHECK(!instruction->GetEnvironment()->IsFromInlinedInvoke()); in MaybeGenerateInlineCacheCheck()
|
D | code_generator_x86.cc | 2414 DCHECK(!instruction->GetEnvironment()->IsFromInlinedInvoke()); in MaybeGenerateInlineCacheCheck()
|
D | code_generator_arm_vixl.cc | 3436 DCHECK(!instruction->GetEnvironment()->IsFromInlinedInvoke()); in MaybeGenerateInlineCacheCheck()
|