Searched refs:InvokeMethod (Results 1 – 4 of 4) sorted by relevance
/art/runtime/native/ |
D | java_lang_reflect_Constructor.cc | 77 return InvokeMethod(soa, javaMethod, nullptr, javaArgs, 1); in Constructor_newInstance() 86 InvokeMethod(soa, javaMethod, javaReceiver, javaArgs, 1); in Constructor_newInstance()
|
D | java_lang_reflect_Method.cc | 34 return InvokeMethod(soa, javaMethod, javaReceiver, javaArgs); in Method_invoke()
|
/art/runtime/ |
D | reflection.h | 65 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject method, jobject receiver,
|
D | reflection.cc | 560 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject javaMethod, in InvokeMethod() function
|