Searched refs:SetClassAsTypeInfo (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | reference_type_propagation.cc | 85 void SetClassAsTypeInfo(HInstruction* instr, ObjPtr<mirror::Class> klass, bool is_exact) 508 void ReferenceTypePropagation::RTPVisitor::SetClassAsTypeInfo(HInstruction* instr, in SetClassAsTypeInfo() function in art::ReferenceTypePropagation::RTPVisitor 559 SetClassAsTypeInfo(instr, klass, is_exact); in UpdateReferenceTypeInfo() 564 SetClassAsTypeInfo(instr, instr->GetLoadClass()->GetClass().Get(), /* is_exact= */ true); in VisitNewInstance() 569 SetClassAsTypeInfo(instr, instr->GetLoadClass()->GetClass().Get(), /* is_exact= */ true); in VisitNewArray() 596 SetClassAsTypeInfo(instr, klass, /* is_exact= */ false); in UpdateFieldAccessTypeInfo() 876 SetClassAsTypeInfo(instr, klass, /* is_exact= */ false); in VisitInvoke()
|