Searched refs:SetClassAsTypeInfo (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | reference_type_propagation.cc | 124 void SetClassAsTypeInfo(HInstruction* instr, ObjPtr<mirror::Class> klass, bool is_exact) 547 void ReferenceTypePropagation::RTPVisitor::SetClassAsTypeInfo(HInstruction* instr, in SetClassAsTypeInfo() function in art::ReferenceTypePropagation::RTPVisitor 598 SetClassAsTypeInfo(instr, klass, is_exact); in UpdateReferenceTypeInfo() 603 SetClassAsTypeInfo(instr, instr->GetLoadClass()->GetClass().Get(), /* is_exact= */ true); in VisitNewInstance() 608 SetClassAsTypeInfo(instr, instr->GetLoadClass()->GetClass().Get(), /* is_exact= */ true); in VisitNewArray() 635 SetClassAsTypeInfo(instr, klass, /* is_exact= */ false); in UpdateFieldAccessTypeInfo() 917 SetClassAsTypeInfo(instr, klass, /* is_exact= */ false); in VisitInvoke()
|