Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc91 void UpdateArrayGet(HArrayGet* instr) REQUIRES_SHARED(Locks::mutator_lock_);
824 void ReferenceTypePropagation::RTPVisitor::UpdateArrayGet(HArrayGet* instr) { in UpdateArrayGet() function in art::ReferenceTypePropagation::RTPVisitor
860 UpdateArrayGet(instr->AsArrayGet()); in UpdateReferenceTypeInfo()
885 UpdateArrayGet(instr); in VisitArrayGet()