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

  /art/runtime/lambda/
closure.h 134 size_t GetCapturedVariableSize(ShortyFieldType variable_type, size_t offset) const;
closure.cc 36 size_t Closure::GetCapturedVariableSize(ShortyFieldType variable_type, size_t offset) const {
69 prev_offset = GetCapturedVariableSize(last_type, offset);

Completed in 320 milliseconds