Searched refs:javaArgs (Results 1 – 3 of 3) sorted by relevance
/art/runtime/native/ |
D | java_lang_reflect_Constructor.cc | 64 static jobject Constructor_newInstance0(JNIEnv* env, jobject javaMethod, jobjectArray javaArgs) { in Constructor_newInstance0() argument 108 return InvokeMethod(soa, javaMethod, nullptr, javaArgs, 2); in Constructor_newInstance0() 117 InvokeMethod(soa, javaMethod, javaReceiver, javaArgs, 2); in Constructor_newInstance0()
|
D | java_lang_reflect_Method.cc | 85 jobjectArray javaArgs) { in Method_invoke() argument 87 return InvokeMethod(soa, javaMethod, javaReceiver, javaArgs); in Method_invoke()
|
/art/runtime/ |
D | reflection.cc | 589 jobject javaReceiver, jobject javaArgs, size_t num_frames) { in InvokeMethod() argument 632 soa.Decode<mirror::ObjectArray<mirror::Object>>(javaArgs); in InvokeMethod()
|