Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dcommon_throws.h44 void ThrowAbstractMethodError(ArtMethod* method)
47 void ThrowAbstractMethodError(uint32_t method_idx, const DexFile& dex_file)
H A Dart_method.cc203 ThrowAbstractMethodError(this); in ThrowInvocationTimeError()
210 ThrowAbstractMethodError(this); in ThrowInvocationTimeError()
213 ThrowAbstractMethodError(this); in ThrowInvocationTimeError()
H A Dcommon_throws.cc100 void ThrowAbstractMethodError(ArtMethod* method) { in ThrowAbstractMethodError() function
106 void ThrowAbstractMethodError(uint32_t method_idx, const DexFile& dex_file) { in ThrowAbstractMethodError() function
H A Dmethod_handles.cc785 ThrowAbstractMethodError(called_method); in DoMethodHandleInvokeMethod()