Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope.h48 return number_of_references_ == kNumReferencesVariableSized; in IsVariableSized()
77 number_of_references_(kNumReferencesVariableSized) {} in BaseHandleScope()
79 static constexpr int32_t kNumReferencesVariableSized = -1; variable