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

  /art/runtime/lambda/
closure.cc 40 return GetClosureSize(GetUnsafeAtOffset<Closure>(offset));
317 size_t closure_size = GetClosureSize(captured_ptr + offset);
327 size_t closure_size = GetClosureSize(captured_ptr + offset);
376 size_t Closure::GetClosureSize(const uint8_t* closure) {
closure.h 156 static size_t GetClosureSize(const uint8_t* closure);

Completed in 422 milliseconds