Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h35 void ThrowAbstractMethodError(ArtMethod* method)
Dcommon_throws.cc81 void ThrowAbstractMethodError(ArtMethod* method) { in ThrowAbstractMethodError() function
/art/runtime/interpreter/
Dinterpreter_common.h117 ThrowAbstractMethodError(called_method); in DoInvoke()
149 ThrowAbstractMethodError(called_method); in DoInvokeVirtualQuick()
Dinterpreter.cc321 ThrowAbstractMethodError(method); in EnterInterpreterFromInvoke()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc605 ThrowAbstractMethodError(method); in artQuickToInterpreterBridge()