Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc93 bool UpdateReferenceTypeInfo(HInstruction* instr);
94 void UpdateReferenceTypeInfo(HInstruction* instr,
549 void ReferenceTypePropagation::RTPVisitor::UpdateReferenceTypeInfo(HInstruction* instr, in UpdateReferenceTypeInfo() function in art::ReferenceTypePropagation::RTPVisitor
575 UpdateReferenceTypeInfo(instr, in VisitParameterValue()
663 UpdateReferenceTypeInfo(instr, in VisitLoadException()
763 UpdateReferenceTypeInfo(phi); in VisitPhi()
844 bool ReferenceTypePropagation::RTPVisitor::UpdateReferenceTypeInfo(HInstruction* instr) { in UpdateReferenceTypeInfo() function in art::ReferenceTypePropagation::RTPVisitor
993 bool updated_reference_type = UpdateReferenceTypeInfo(instruction); in ProcessWorklist()