Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h43 void ThrowAbstractMethodError(ArtMethod* method)
46 void ThrowAbstractMethodError(uint32_t method_idx, const DexFile& dex_file)
Dart_method.cc200 ThrowAbstractMethodError(this); in ThrowInvocationTimeError()
207 ThrowAbstractMethodError(this); in ThrowInvocationTimeError()
210 ThrowAbstractMethodError(this); in ThrowInvocationTimeError()
Dcommon_throws.cc100 void ThrowAbstractMethodError(ArtMethod* method) { in ThrowAbstractMethodError() function
106 void ThrowAbstractMethodError(uint32_t method_idx, const DexFile& dex_file) { in ThrowAbstractMethodError() function