Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Method.cc86 return InvokeMethod(soa, javaMethod, javaReceiver, javaArgs); in Method_invoke()
Djava_lang_reflect_Constructor.cc108 return InvokeMethod(soa, javaMethod, nullptr, javaArgs, 2); in Constructor_newInstance0()
/art/runtime/
Dreflection.h100 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa,
Dreflection.cc686 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject javaMethod, in InvokeMethod() function
/art/runtime/interpreter/
Dunstarted_runtime.cc690 InvokeMethod(soa, method_ref.get(), object_ref.get(), args_ref.get(), 2); in UnstartedConstructorNewInstance0()
1648 InvokeMethod(soa, java_method.get(), java_receiver.get(), java_args.get())); in UnstartedMethodInvoke()