Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dhandle_scope.h48 return capacity_ == kNumReferencesVariableSized; in IsVariableSized()
84 capacity_(kNumReferencesVariableSized) {} in BaseHandleScope()
86 static constexpr int32_t kNumReferencesVariableSized = -1; variable