Home
last modified time | relevance | path

Searched refs:UpdatePhi (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation.cc92 void UpdatePhi(HPhi* phi) REQUIRES_SHARED(Locks::mutator_lock_);
851 UpdatePhi(instr->AsPhi()); in UpdateReferenceTypeInfo()
915 void ReferenceTypePropagation::RTPVisitor::UpdatePhi(HPhi* instr) { in UpdatePhi() function in art::ReferenceTypePropagation::RTPVisitor