Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc95 bool UpdateReferenceTypeInfo(HInstruction* instr);
96 void UpdateReferenceTypeInfo(HInstruction* instr,
576 void ReferenceTypePropagation::RTPVisitor::UpdateReferenceTypeInfo(HInstruction* instr, in UpdateReferenceTypeInfo() function in art::ReferenceTypePropagation::RTPVisitor
602 UpdateReferenceTypeInfo(instr, in VisitParameterValue()
695 UpdateReferenceTypeInfo(instr, in VisitLoadException()
795 UpdateReferenceTypeInfo(phi); in VisitPhi()
876 bool ReferenceTypePropagation::RTPVisitor::UpdateReferenceTypeInfo(HInstruction* instr) { in UpdateReferenceTypeInfo() function in art::ReferenceTypePropagation::RTPVisitor
1031 bool updated_reference_type = UpdateReferenceTypeInfo(instruction); in ProcessWorklist()