Searched defs:UpdateReferenceTypeInfo (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dreference_type_propagation.cc119 bool UpdateReferenceTypeInfo(HInstruction* instr);
120 void UpdateReferenceTypeInfo(HInstruction* instr,
570 void ReferenceTypePropagation::RTPVisitor::UpdateReferenceTypeInfo(HInstruction* instr, function in class:art::ReferenceTypePropagation::RTPVisitor
596 UpdateReferenceTypeInfo(instr,
672 UpdateReferenceTypeInfo(instr,
769 UpdateReferenceTypeInfo(phi);
851 bool ReferenceTypePropagation::RTPVisitor::UpdateReferenceTypeInfo(HInstruction* instr) { function in class:art::ReferenceTypePropagation::RTPVisitor
1000 bool updated_reference_type = UpdateReferenceTypeInfo(instruction);

Completed in 6 milliseconds