Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_info.h35 static ReferenceTypeInfo Create(TypeHandle type_handle, bool is_exact) { in Create()
42 static ReferenceTypeInfo Create(TypeHandle type_handle) REQUIRES_SHARED(Locks::mutator_lock_) { in Create()
46 static ReferenceTypeInfo CreateUnchecked(TypeHandle type_handle, bool is_exact) { in CreateUnchecked()
138 ReferenceTypeInfo(TypeHandle type_handle, bool is_exact) in ReferenceTypeInfo()
Dreference_type_info.cc24 void ReferenceTypeInfo::DCheckValidTypeInfo(TypeHandle type_handle, bool is_exact) { in DCheckValidTypeInfo()