Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h208 static bool IsValidHandle(TypeHandle handle) { in IsValidHandle() function
213 return IsValidHandle(type_handle_); in IsValid()
351 if (UNLIKELY(!ReferenceTypeInfo::IsValidHandle(*cache))) { in GetRootHandle()
Dnodes.cc2836 DCHECK(IsValidHandle(type_handle)); in Create()