Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h62 void ThrowBootstrapMethodError(const char* fmt, ...)
Dcommon_throws.cc137 void ThrowBootstrapMethodError(const char* fmt, ...) { in ThrowBootstrapMethodError() function
/art/runtime/interpreter/
Dinterpreter_common.cc1230 ThrowBootstrapMethodError("Truncated bootstrap arguments (%zu < %zu)", in InvokeBootstrapMethod()
1236 ThrowBootstrapMethodError("First bootstrap argument is not a method handle"); in InvokeBootstrapMethod()
1255 ThrowBootstrapMethodError("Unsupported bootstrap method invocation kind"); in InvokeBootstrapMethod()
1276 ThrowBootstrapMethodError("Variable arity BSM does not have any arguments"); in InvokeBootstrapMethod()
1282 ThrowBootstrapMethodError("Variable arity BSM does not have array as final argument"); in InvokeBootstrapMethod()