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