Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope-inl.h156 return LIKELY(!IsVariableSized()) in NumberOfReferences()
162 return LIKELY(!IsVariableSized()) in Contains()
169 if (LIKELY(!IsVariableSized())) { in VisitRoots()
177 DCHECK(IsVariableSized()); in AsVariableSized()
182 DCHECK(!IsVariableSized()); in AsHandleScope()
187 DCHECK(IsVariableSized()); in AsVariableSized()
192 DCHECK(!IsVariableSized()); in AsHandleScope()
Dhandle_scope.h47 bool IsVariableSized() const { in IsVariableSized() function