HomeSort by relevance Sort by last modified time
    Searched refs:GetCapturedClosureSize (Results 1 - 2 of 2) sorted by null

  /art/runtime/lambda/
closure.h 91 size_t GetCapturedClosureSize(size_t index) const;
94 // The destination must have enough room for the closure (see GetCapturedClosureSize).
closure.cc 312 size_t Closure::GetCapturedClosureSize(size_t index) const {

Completed in 29 milliseconds