Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Constructor.cc36 static jobject Constructor_newInstance(JNIEnv* env, jobject javaMethod, jobjectArray javaArgs) { in Constructor_newInstance() argument
77 return InvokeMethod(soa, javaMethod, nullptr, javaArgs, 1); in Constructor_newInstance()
86 InvokeMethod(soa, javaMethod, javaReceiver, javaArgs, 1); in Constructor_newInstance()
Djava_lang_reflect_Method.cc32 jobject javaArgs) { in Method_invoke() argument
34 return InvokeMethod(soa, javaMethod, javaReceiver, javaArgs); in Method_invoke()
/art/runtime/
Dreflection.cc561 jobject javaReceiver, jobject javaArgs, size_t num_frames) { in InvokeMethod() argument
605 auto* objects = soa.Decode<mirror::ObjectArray<mirror::Object>*>(javaArgs); in InvokeMethod()