Searched defs:type_handle (Results 1 – 2 of 2) sorted by relevance
35 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()
24 void ReferenceTypeInfo::DCheckValidTypeInfo(TypeHandle type_handle, bool is_exact) { in DCheckValidTypeInfo()