Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope-inl.h159 return LIKELY(!IsVariableSized()) in NumberOfReferences()
165 return LIKELY(!IsVariableSized()) in Contains()
172 if (LIKELY(!IsVariableSized())) { in VisitRoots()
180 DCHECK(IsVariableSized()); in AsVariableSized()
185 DCHECK(!IsVariableSized()); in AsHandleScope()
190 DCHECK(IsVariableSized()); in AsVariableSized()
195 DCHECK(!IsVariableSized()); in AsHandleScope()
Dhandle_scope.h47 bool IsVariableSized() const { in IsVariableSized() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2252 DCHECK(!handle_scope->IsVariableSized()); in artQuickGenericJniEndTrampoline()