Home
last modified time | relevance | path

Searched defs:type_handle (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc2292 ReferenceTypeInfo ReferenceTypeInfo::Create(TypeHandle type_handle, bool is_exact) { in Create()
Dnodes.h163 static ReferenceTypeInfo CreateUnchecked(TypeHandle type_handle, bool is_exact) { in CreateUnchecked()
263 ReferenceTypeInfo(TypeHandle type_handle, bool is_exact) in ReferenceTypeInfo()