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

/art/compiler/optimizing/
H A Dreference_type_propagation.cc40 if (!ReferenceTypeInfo::IsValidHandle(*cache)) {
H A Dnodes.cc2295 DCHECK(IsValidHandle(type_handle));
H A Dnodes.h169 static bool IsValidHandle(TypeHandle handle) { function in class:art::ReferenceTypeInfo
174 return IsValidHandle(type_handle_);

Completed in 91 milliseconds