Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dreference_type_propagation.cc92 static void UpdateBoundType(HBoundType* bound_type) REQUIRES_SHARED(Locks::mutator_lock_);
881 UpdateBoundType(instr->AsBoundType()); in UpdateReferenceTypeInfo()
925 void ReferenceTypePropagation::RTPVisitor::UpdateBoundType(HBoundType* instr) { in UpdateBoundType() function in art::ReferenceTypePropagation::RTPVisitor