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.cc909 ThrowBootstrapMethodError("Truncated bootstrap arguments (%zu < %zu)", in InvokeBootstrapMethod()
915 ThrowBootstrapMethodError("First bootstrap argument is not a method handle"); in InvokeBootstrapMethod()
934 ThrowBootstrapMethodError("Unsupported bootstrap method invocation kind"); in InvokeBootstrapMethod()
955 ThrowBootstrapMethodError("Variable arity BSM does not have any arguments"); in InvokeBootstrapMethod()
961 ThrowBootstrapMethodError("Variable arity BSM does not have array as final argument"); in InvokeBootstrapMethod()