Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc46 if (!ReferenceTypeInfo::IsValidHandle(*cache)) { in GetRootHandle()
Dnodes.cc2836 DCHECK(IsValidHandle(type_handle)); in Create()
Dnodes.h205 static bool IsValidHandle(TypeHandle handle) { in IsValidHandle() function
210 return IsValidHandle(type_handle_); in IsValid()