Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc120 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp)
138 return artQuickGetProxyThisObject(cur_quick_frame_); in GetThisObject()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc544 extern "C" mirror::Object* artQuickGetProxyThisObject(ArtMethod** sp) in artQuickGetProxyThisObject() function