Home
last modified time | relevance | path

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

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