Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h120 ThrowAbstractMethodError(method); in DoInvoke()
150 ThrowAbstractMethodError(method); in DoInvokeVirtualQuick()
Dinterpreter.cc416 ThrowAbstractMethodError(method); in EnterInterpreterFromInvoke()
/art/runtime/
Dcommon_throws.h36 void ThrowAbstractMethodError(mirror::ArtMethod* method)
Dcommon_throws.cc91 void ThrowAbstractMethodError(mirror::ArtMethod* method) { in ThrowAbstractMethodError() function
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc194 ThrowAbstractMethodError(method); in artPortableToInterpreterBridge()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc494 ThrowAbstractMethodError(method); in artQuickToInterpreterBridge()