Home
last modified time | relevance | path

Searched refs:this_arg_address (Results 1 – 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc235 uint8_t* this_arg_address = reinterpret_cast<uint8_t*>(sp) + this_arg_offset; in GetProxyThisObjectReference() local
236 return reinterpret_cast<StackReference<mirror::Object>*>(this_arg_address); in GetProxyThisObjectReference()