Home
last modified time | relevance | path

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

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