Home
last modified time | relevance | path

Searched refs:InvokeMethod (Results 1 – 5 of 5) sorted by relevance

/art/runtime/native/
Djava_lang_reflect_Constructor.cc108 return InvokeMethod(soa, javaMethod, nullptr, javaArgs, 2); in Constructor_newInstance0()
117 InvokeMethod(soa, javaMethod, javaReceiver, javaArgs, 2); in Constructor_newInstance0()
Djava_lang_reflect_Method.cc87 return InvokeMethod(soa, javaMethod, javaReceiver, javaArgs); in Method_invoke()
/art/runtime/
Dreflection.h88 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa,
Dreflection.cc588 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject javaMethod, in InvokeMethod() function
/art/runtime/interpreter/
Dunstarted_runtime.cc733 InvokeMethod(soa, method_ref.get(), object_ref.get(), args_ref.get(), 2); in UnstartedConstructorNewInstance0()
1657 InvokeMethod(soa, java_method.get(), java_receiver.get(), java_args.get())); in UnstartedMethodInvoke()