Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc810 ReferenceTypeInfo::TypeHandle component_handle = in UpdateArrayGet() local
812 bool is_exact = component_handle->CannotBeAssignedFromOtherTypes(); in UpdateArrayGet()
813 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create(component_handle, is_exact)); in UpdateArrayGet()