Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h36 void ThrowAbstractMethodError(ArtMethod* method)
39 void ThrowAbstractMethodError(uint32_t method_idx, const DexFile& dex_file)
Dcommon_throws.cc83 void ThrowAbstractMethodError(ArtMethod* method) { in ThrowAbstractMethodError() function
89 void ThrowAbstractMethodError(uint32_t method_idx, const DexFile& dex_file) { in ThrowAbstractMethodError() function
Dart_method.cc76 ThrowAbstractMethodError(this); in ThrowInvocationTimeError()