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

/art/compiler/optimizing/
H A Dreference_type_propagation.cc111 void SetClassAsTypeInfo(HInstruction* instr, ObjPtr<mirror::Class> klass, bool is_exact)
529 void ReferenceTypePropagation::RTPVisitor::SetClassAsTypeInfo(HInstruction* instr, function in class:art::ReferenceTypePropagation::RTPVisitor
580 SetClassAsTypeInfo(instr, klass, is_exact);
585 SetClassAsTypeInfo(instr, instr->GetLoadClass()->GetClass().Get(), /* is_exact */ true);
590 SetClassAsTypeInfo(instr, instr->GetLoadClass()->GetClass().Get(), /* is_exact */ true);
617 SetClassAsTypeInfo(instr, klass, /* is_exact */ false);
883 SetClassAsTypeInfo(instr, klass, /* is_exact */ false);

Completed in 5 milliseconds