HomeSort by relevance Sort by last modified time
    Searched full:captured_variable_offset (Results 1 - 1 of 1) sorted by null

  /art/runtime/lambda/
closure.cc 99 const size_t captured_variable_offset = offsetof(Closure, captured_); local
100 DCHECK_GE(GetSize(), captured_variable_offset); // Prevent underflows. local
101 return GetSize() - captured_variable_offset;

Completed in 38 milliseconds