Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Djava_lang_reflect_Constructor.cc63 static jobject Constructor_newInstance0(JNIEnv* env, jobject javaMethod, jobjectArray javaArgs) { in Constructor_newInstance0() argument
108 return InvokeMethod<kRuntimePointerSize>(soa, javaMethod, nullptr, javaArgs, 2); in Constructor_newInstance0()
119 InvokeConstructor(soa, constructor_art_method, receiver, javaArgs); in Constructor_newInstance0()
H A Djava_lang_reflect_Method.cc84 jobjectArray javaArgs) { in Method_invoke() argument
86 return InvokeMethod<kRuntimePointerSize>(soa, javaMethod, javaReceiver, javaArgs); in Method_invoke()
/aosp12/art/runtime/
H A Dreflection.cc696 jobject javaReceiver, jobject javaArgs, size_t num_frames) { in InvokeMethod() argument
743 soa.Decode<mirror::ObjectArray<mirror::Object>>(javaArgs); in InvokeMethod()
780 jobject javaArgs,
786 jobject javaArgs,
792 jobject javaArgs) { in InvokeConstructor() argument
820 soa.Decode<mirror::ObjectArray<mirror::Object>>(javaArgs); in InvokeConstructor()