Searched defs:this_arg_offset (Results 1 - 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc328 size_t this_arg_offset = kQuickCalleeSaveFrame_RefAndArgs_Gpr1Offset + local
330 uint8_t* this_arg_address = reinterpret_cast<uint8_t*>(sp) + this_arg_offset;

Completed in 49 milliseconds