Searched refs:javaArgs (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/art/runtime/native/ |
H A D | java_lang_reflect_Constructor.cc | 62 static jobject Constructor_newInstance0(JNIEnv* env, jobject javaMethod, jobjectArray javaArgs) { in Constructor_newInstance0() argument 107 return InvokeMethod<kRuntimePointerSize>(soa, javaMethod, nullptr, javaArgs, 2); in Constructor_newInstance0() 118 InvokeConstructor(soa, constructor_art_method, receiver, javaArgs); in Constructor_newInstance0()
|
H A D | java_lang_reflect_Method.cc | 84 jobjectArray javaArgs) { in Method_invoke() argument 86 return InvokeMethod<kRuntimePointerSize>(soa, javaMethod, javaReceiver, javaArgs); in Method_invoke()
|
/aosp_15_r20/art/runtime/ |
H A D | reflection.cc | 699 jobject javaReceiver, jobject javaArgs, size_t num_frames) { in InvokeMethod() argument 746 soa.Decode<mirror::ObjectArray<mirror::Object>>(javaArgs); in InvokeMethod() 783 jobject javaArgs, 789 jobject javaArgs, 795 jobject javaArgs) { in InvokeConstructor() argument 823 soa.Decode<mirror::ObjectArray<mirror::Object>>(javaArgs); in InvokeConstructor()
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META- ... |