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

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

Completed in 5 milliseconds