Searched refs:ThrowAbstractMethodError (Results 1 – 3 of 3) sorted by relevance
36 void ThrowAbstractMethodError(ArtMethod* method)39 void ThrowAbstractMethodError(uint32_t method_idx, const DexFile& dex_file)
83 void ThrowAbstractMethodError(ArtMethod* method) { in ThrowAbstractMethodError() function89 void ThrowAbstractMethodError(uint32_t method_idx, const DexFile& dex_file) { in ThrowAbstractMethodError() function
76 ThrowAbstractMethodError(this); in ThrowInvocationTimeError()