Home
last modified time | relevance | path

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

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_throw_entrypoints.cc40 ThrowInternalError("Attempting to invoke obsolete version of '%s'.", in artInvokeObsoleteMethod()
/aosp12/art/runtime/
H A Dcommon_throws.h167 void ThrowInternalError(const char* fmt, ...)
H A Dcommon_throws.cc339 void ThrowInternalError(const char* fmt, ...) { in ThrowInternalError() function
/aosp12/art/runtime/interpreter/
H A Dinterpreter.cc420 ThrowInternalError("Attempting to invoke obsolete version of '%s'.", in EnterInterpreterFromInvoke()