Home
last modified time | relevance | path

Searched refs:GetHolder (Results 1 – 13 of 13) sorted by relevance

/art/compiler/optimizing/
Dcode_sinking.cc199 DCHECK(!use.GetUser()->GetHolder()->IsPhi()); in FindIdealPosition()
200 DCHECK(!filter || !ShouldFilterUse(instruction, use.GetUser()->GetHolder(), post_dominated)); in FindIdealPosition()
201 finder.Update(use.GetUser()->GetHolder()->GetBlock()); in FindIdealPosition()
233 HInstruction* user = use.GetUser()->GetHolder(); in FindIdealPosition()
349 HInstruction* user = environment->GetHolder(); in SinkCodeToUncommonBranch()
379 HInstruction* user = environment->GetHolder(); in SinkCodeToUncommonBranch()
Descape.cc92 if (user->GetHolder()->IsDeoptimize()) { in CalculateEscape()
Dsuperblock_cloner.cc53 HInstruction* user = use_node->GetUser()->GetHolder(); in IsUsedOutsideRegion()
659 if (!IsInOrigBBSet(env->GetHolder()->GetBlock())) { in ConstructSubgraphClosedSSA()
Dssa_builder.cc426 size_t id = use.GetUser()->GetHolder()->GetId(); in HasAliasInEnvironments()
Dscheduler.cc406 AddOtherDependency(GetNode(use.GetUser()->GetHolder()), instruction_node); in AddDependencies()
Dload_store_elimination.cc752 if (user->GetHolder() == instruction) { in VisitDeoptimize()
Dloop_optimization.cc2440 if (iset_->find(user->GetHolder()) == iset_->end()) { // not excluded? in TryReplaceWithLastValue()
2442 HLoopInformation* other_loop_info = user->GetHolder()->GetBlock()->GetLoopInformation(); in TryReplaceWithLastValue()
2487 if (use.GetUser()->GetHolder()->IsDeoptimize()) { in CanRemoveCycle()
Dnodes.cc131 DCHECK(environment->GetHolder() == instruction); in ResetEnvironmentInputRecords()
1326 if (dominator->StrictlyDominates(user->GetHolder())) { in ReplaceEnvUsesDominatedBy()
Dinduction_var_analysis.cc184 if (user->GetHolder()->GetBlock()->GetLoopInformation() != loop) { in FixOutsideUse()
Dbounds_check_elimination.cc1957 if (user->GetHolder()->GetBlock() != true_block) { in InsertPhiNodes()
Dnodes.h2064 HInstruction* GetHolder() const { in GetHolder() function
2314 DCHECK_EQ(environment->GetHolder(), this); in SetRawEnvironment()
2320 DCHECK_EQ(environment->GetHolder(), this); in InsertRawEnvironment()
Dinstruction_simplifier.cc2604 HInstruction* holder = use.GetUser()->GetHolder(); in TryReplaceStringBuilderAppend()
/art/openjdkjvmti/
Dti_redefine.cc1466 RedefinitionDataHolder& GetHolder() { in GetHolder() function in openjdkjvmti::RedefinitionDataIter
1660 for (auto old_data = cur_data->GetHolder().begin(); old_data != *cur_data; ++old_data) { in AllocateAndRememberNewDexFileCookie()
1690 for (auto old_data = cur_data->GetHolder().begin(); old_data != *cur_data; ++old_data) { in AllocateAndRememberNewDexFileCookie()