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.cc138 void ThrowBootstrapMethodError(const char* fmt, ...) { in ThrowBootstrapMethodError() function
/art/runtime/interpreter/
Dinterpreter_common.cc889 ThrowBootstrapMethodError("Truncated bootstrap arguments (%zu < %zu)", in InvokeBootstrapMethod()
895 ThrowBootstrapMethodError("First bootstrap argument is not a method handle"); in InvokeBootstrapMethod()
914 ThrowBootstrapMethodError("Unsupported bootstrap method invocation kind"); in InvokeBootstrapMethod()
935 ThrowBootstrapMethodError("Variable arity BSM does not have any arguments"); in InvokeBootstrapMethod()
941 ThrowBootstrapMethodError("Variable arity BSM does not have array as final argument"); in InvokeBootstrapMethod()