Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h214 static bool IsValidHandle(TypeHandle handle) { in IsValidHandle() function
219 return IsValidHandle(type_handle_); in IsValid()
357 if (UNLIKELY(!ReferenceTypeInfo::IsValidHandle(*cache))) { in GetRootHandle()
Dnodes.cc3246 DCHECK(IsValidHandle(type_handle)); in Create()