Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.h53 void UpdateBoundType(HBoundType* bound_type) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dreference_type_propagation.cc256 UpdateBoundType(instr->AsBoundType()); in UpdateReferenceTypeInfo()
266 void ReferenceTypePropagation::UpdateBoundType(HBoundType* instr) { in UpdateBoundType() function in art::ReferenceTypePropagation