Searched refs:ThrowAbstractMethodError (Results 1 – 4 of 4) sorted by relevance
44 void ThrowAbstractMethodError(ArtMethod* method)47 void ThrowAbstractMethodError(uint32_t method_idx, const DexFile& dex_file)
203 ThrowAbstractMethodError(this); in ThrowInvocationTimeError()210 ThrowAbstractMethodError(this); in ThrowInvocationTimeError()213 ThrowAbstractMethodError(this); in ThrowInvocationTimeError()
100 void ThrowAbstractMethodError(ArtMethod* method) { in ThrowAbstractMethodError() function106 void ThrowAbstractMethodError(uint32_t method_idx, const DexFile& dex_file) { in ThrowAbstractMethodError() function
785 ThrowAbstractMethodError(called_method); in DoMethodHandleInvokeMethod()