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

  /art/runtime/lambda/
closure.cc 316 auto* captured_ptr = reinterpret_cast<const uint8_t*>(&captured_); local
317 size_t closure_size = GetClosureSize(captured_ptr + offset);
326 auto* captured_ptr = reinterpret_cast<const uint8_t*>(&captured_); local
327 size_t closure_size = GetClosureSize(captured_ptr + offset);

Completed in 323 milliseconds