Home
last modified time | relevance | path

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

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