Searched defs:UpdateArrayGet (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dreference_type_propagation.cc732 void ReferenceTypePropagation::UpdateArrayGet(HArrayGet* instr, HandleCache* handle_cache) { function in class:art::ReferenceTypePropagation
768 UpdateArrayGet(instr->AsArrayGet(), &handle_cache_);
797 UpdateArrayGet(instr, handle_cache_);

Completed in 54 milliseconds