Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_common.cc864 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()
/aosp_15_r20/art/runtime/
H A Dcommon_throws.h67 void ThrowBootstrapMethodError(const char* fmt, ...)
H A Dcommon_throws.cc138 void ThrowBootstrapMethodError(const char* fmt, ...) { in ThrowBootstrapMethodError() function