Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h65 void ThrowWrappedBootstrapMethodError(const char* fmt, ...)
Dcommon_throws.cc144 void ThrowWrappedBootstrapMethodError(const char* fmt, ...) { in ThrowWrappedBootstrapMethodError() function
/art/runtime/interpreter/
Dinterpreter_common.cc1121 ThrowWrappedBootstrapMethodError("Exception from call site #%u bootstrap method", in DoResolveCallSite()