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