Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h39 void ThrowAbstractMethodError(ArtMethod* method)
42 void ThrowAbstractMethodError(uint32_t method_idx, const DexFile& dex_file)
Dcommon_throws.cc99 void ThrowAbstractMethodError(ArtMethod* method) { in ThrowAbstractMethodError() function
105 void ThrowAbstractMethodError(uint32_t method_idx, const DexFile& dex_file) { in ThrowAbstractMethodError() function
Dart_method.cc158 ThrowAbstractMethodError(this); in ThrowInvocationTimeError()