Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h35 void ThrowAbstractMethodError(const mirror::ArtMethod* method)
Dcommon_throws.cc71 void ThrowAbstractMethodError(const mirror::ArtMethod* method) { in ThrowAbstractMethodError() function
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc189 ThrowAbstractMethodError(method); in artPortableToInterpreterBridge()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc277 ThrowAbstractMethodError(method); in artQuickToInterpreterBridge()
/art/runtime/interpreter/
Dinterpreter.cc437 ThrowAbstractMethodError(method); in DoInvoke()
550 ThrowAbstractMethodError(method); in DoInvokeVirtualQuick()
3142 ThrowAbstractMethodError(method); in EnterInterpreterFromInvoke()