Searched refs:origArguments (Results 1 – 4 of 4) sorted by relevance
381 List<? extends Value> origArguments, int options) in invokeMethod() argument388 validateMirrorsOrNulls(origArguments); in invokeMethod()396 return type.invokeMethod(thread, method, origArguments, options); in invokeMethod()399 return type.invokeMethod(thread, method, origArguments, options); in invokeMethod()408 origArguments); in invokeMethod()
97 List<? extends Value> origArguments, int options) in invokeMethod() argument104 validateMirrorsOrNulls(origArguments); in invokeMethod()108 … List<? extends Value> arguments = method.validateAndPrepareArgumentsForInvoke(origArguments); in invokeMethod()
188 List<? extends Value> origArguments, in newInstance() argument196 validateMirrorsOrNulls(origArguments); in newInstance()204 origArguments); in newInstance()
365 List<Value> validateAndPrepareArgumentsForInvoke(List<? extends Value> origArguments) in validateAndPrepareArgumentsForInvoke() argument368 List<Value> arguments = new ArrayList<Value>(origArguments); in validateAndPrepareArgumentsForInvoke()