Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc90 bool UpdateReferenceTypeInfo(HInstruction* instr);
91 void UpdateReferenceTypeInfo(HInstruction* instr,
529 void ReferenceTypePropagation::RTPVisitor::UpdateReferenceTypeInfo(HInstruction* instr, in UpdateReferenceTypeInfo() function in art::ReferenceTypePropagation::RTPVisitor
560 UpdateReferenceTypeInfo(instr, in VisitParameterValue()
648 UpdateReferenceTypeInfo(instr, in VisitLoadException()
748 UpdateReferenceTypeInfo(phi); in VisitPhi()
829 bool ReferenceTypePropagation::RTPVisitor::UpdateReferenceTypeInfo(HInstruction* instr) { in UpdateReferenceTypeInfo() function in art::ReferenceTypePropagation::RTPVisitor
984 bool updated_reference_type = UpdateReferenceTypeInfo(instruction); in ProcessWorklist()