Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes.h211 static bool IsValidHandle(TypeHandle handle) { in IsValidHandle() function
216 return IsValidHandle(type_handle_); in IsValid()
354 if (UNLIKELY(!ReferenceTypeInfo::IsValidHandle(*cache))) { in GetRootHandle()
H A Dnodes.cc3111 DCHECK(IsValidHandle(type_handle)); in Create()