Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc90 static void UpdateBoundType(HBoundType* bound_type) REQUIRES_SHARED(Locks::mutator_lock_);
849 UpdateBoundType(instr->AsBoundType()); in UpdateReferenceTypeInfo()
891 void ReferenceTypePropagation::RTPVisitor::UpdateBoundType(HBoundType* instr) { in UpdateBoundType() function in art::ReferenceTypePropagation::RTPVisitor