Searched refs:new_fget (Results 1 – 1 of 1) sorted by relevance
3236 HInstruction* new_fget = new (GetGraph()->GetAllocator()) HPredicatedInstanceFieldGet( in PredicateInstructions() local3241 ins->GetBlock()->InsertInstructionBefore(new_fget, ins); in PredicateInstructions()3244 new_fget->SetReferenceTypeInfo(ins->GetReferenceTypeInfo()); in PredicateInstructions()3254 helper_->lse_->substitute_instructions_for_loads_[ins->GetId()] = new_fget; in PredicateInstructions()3255 ins->ReplaceWith(new_fget); in PredicateInstructions()3256 ins->ReplaceEnvUsesDominatedBy(ins, new_fget); in PredicateInstructions()