Searched refs:InvokeMethod (Results 1 – 5 of 5) sorted by relevance
/art/runtime/native/ |
D | java_lang_reflect_Method.cc | 86 return InvokeMethod(soa, javaMethod, javaReceiver, javaArgs); in Method_invoke()
|
D | java_lang_reflect_Constructor.cc | 108 return InvokeMethod(soa, javaMethod, nullptr, javaArgs, 2); in Constructor_newInstance0()
|
/art/runtime/ |
D | reflection.h | 100 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa,
|
D | reflection.cc | 686 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject javaMethod, in InvokeMethod() function
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 741 InvokeMethod(soa, method_ref.get(), object_ref.get(), args_ref.get(), 2); in UnstartedConstructorNewInstance0() 1699 InvokeMethod(soa, java_method.get(), java_receiver.get(), java_args.get())); in UnstartedMethodInvoke()
|