Searched refs:ThrowBootstrapMethodError (Results 1 – 3 of 3) sorted by relevance
864 ThrowBootstrapMethodError("Truncated bootstrap arguments (%zu < %zu)", in InvokeBootstrapMethod()870 ThrowBootstrapMethodError("First bootstrap argument is not a method handle"); in InvokeBootstrapMethod()889 ThrowBootstrapMethodError("Unsupported bootstrap method invocation kind"); in InvokeBootstrapMethod()910 ThrowBootstrapMethodError("Variable arity BSM does not have any arguments"); in InvokeBootstrapMethod()916 ThrowBootstrapMethodError("Variable arity BSM does not have array as final argument"); in InvokeBootstrapMethod()
67 void ThrowBootstrapMethodError(const char* fmt, ...)
138 void ThrowBootstrapMethodError(const char* fmt, ...) { in ThrowBootstrapMethodError() function