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

/art/runtime/
H A Dcommon_throws.h35 void ThrowAbstractMethodError(ArtMethod* method)
H A Dcommon_throws.cc81 void ThrowAbstractMethodError(ArtMethod* method) { function in namespace:art
/art/runtime/interpreter/
H A Dinterpreter_common.h117 ThrowAbstractMethodError(called_method);
149 ThrowAbstractMethodError(called_method);
H A Dinterpreter.cc321 ThrowAbstractMethodError(method);
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc605 ThrowAbstractMethodError(method);

Completed in 166 milliseconds