Home
last modified time | relevance | path

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

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