Home
last modified time | relevance | path

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

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