Searched refs:TypeHandle (Results 1 – 3 of 3) sorted by relevance
564 ReferenceTypeInfo::TypeHandle handle = GetHandleCache()->NewHandle(klass); in SetClassAsTypeInfo()823 ReferenceTypeInfo::TypeHandle result_type_handle; in MergeTypes()824 ReferenceTypeInfo::TypeHandle a_type_handle = a.GetTypeHandle(); in MergeTypes()825 ReferenceTypeInfo::TypeHandle b_type_handle = b.GetTypeHandle(); in MergeTypes()866 ReferenceTypeInfo::TypeHandle component_handle = in UpdateArrayGet()
197 typedef Handle<mirror::Class> TypeHandle; typedef199 static ReferenceTypeInfo Create(TypeHandle type_handle, bool is_exact);201 static ReferenceTypeInfo Create(TypeHandle type_handle) REQUIRES_SHARED(Locks::mutator_lock_) { in Create()205 static ReferenceTypeInfo CreateUnchecked(TypeHandle type_handle, bool is_exact) { in CreateUnchecked()211 static bool IsValidHandle(TypeHandle handle) { in IsValidHandle()297 ReferenceTypeInfo() : type_handle_(TypeHandle()), is_exact_(false) {} in ReferenceTypeInfo()298 ReferenceTypeInfo(TypeHandle type_handle, bool is_exact) in ReferenceTypeInfo()302 TypeHandle type_handle_;326 ReferenceTypeInfo::TypeHandle GetObjectClassHandle() { in GetObjectClassHandle()330 ReferenceTypeInfo::TypeHandle GetClassClassHandle() { in GetClassClassHandle()[all …]
51 ReferenceTypeInfo::TypeHandle HandleCache::CreateRootHandle(VariableSizedHandleScope* handles, in CreateRootHandle()3108 ReferenceTypeInfo ReferenceTypeInfo::Create(TypeHandle type_handle, bool is_exact) { in Create()