Home
last modified time | relevance | path

Searched defs:called (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc318 extern "C" const void* artPortableResolutionTrampoline(mirror::ArtMethod* called, in artPortableResolutionTrampoline()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc699 extern "C" const void* artQuickResolutionTrampoline(mirror::ArtMethod* called, in artQuickResolutionTrampoline()
1641 mirror::ArtMethod* called = sp->AsMirrorPtr(); in artQuickGenericJniTrampoline() local
1716 mirror::ArtMethod* called = sp->AsMirrorPtr(); in artQuickGenericJniEndTrampoline() local
/art/runtime/
Dcommon_throws.cc158 mirror::ArtMethod* called, in ThrowIllegalAccessErrorClassForMethodDispatch()