Searched refs:SetClassAsTypeInfo (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | reference_type_propagation.cc | 82 void SetClassAsTypeInfo(HInstruction* instr, ObjPtr<mirror::Class> klass, bool is_exact) 488 void ReferenceTypePropagation::RTPVisitor::SetClassAsTypeInfo(HInstruction* instr, in SetClassAsTypeInfo() function in art::ReferenceTypePropagation::RTPVisitor 544 SetClassAsTypeInfo(instr, klass, is_exact); in UpdateReferenceTypeInfo() 549 SetClassAsTypeInfo(instr, instr->GetLoadClass()->GetClass().Get(), /* is_exact= */ true); in VisitNewInstance() 554 SetClassAsTypeInfo(instr, instr->GetLoadClass()->GetClass().Get(), /* is_exact= */ true); in VisitNewArray() 581 SetClassAsTypeInfo(instr, klass, /* is_exact= */ false); in UpdateFieldAccessTypeInfo() 863 SetClassAsTypeInfo(instr, klass, /* is_exact= */ false); in VisitInvoke()
|