Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dclosure.cc98 size_t Closure::GetCapturedVariablesSize() const { in GetCapturedVariablesSize() function in art::lambda::Closure
145 for (size_t i = 0; i < GetCapturedVariablesSize(); ++i) { in GetHashCode()
183 DCHECK_LE(count, GetCapturedVariablesSize()); in GetNumberOfCapturedVariables()
Dclosure.h132 size_t GetCapturedVariablesSize() const; in PACKED()