Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc198 Handle<mirror::Class> class_handle = handles_->NewHandle(mirror::Class::GetJavaLangClass()); in VisitLoadClass() local
199 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create(class_handle, /* is_exact */ true)); in VisitLoadClass()