Searched refs:InvokeMethod (Results 1 – 7 of 7) sorted by relevance
/art/runtime/native/ |
D | java_lang_reflect_Method.cc | 33 return InvokeMethod(soa, javaMethod, javaReceiver, javaArgs, (accessible == JNI_TRUE)); in Method_invoke()
|
D | java_lang_reflect_Constructor.cc | 71 InvokeMethod(soa, javaMethod, javaReceiver, javaArgs, (accessible == JNI_TRUE)); in Constructor_newInstance()
|
/art/runtime/ |
D | reflection.h | 70 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject method, jobject receiver,
|
D | reflection.cc | 519 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject javaMethod, in InvokeMethod() function
|
D | debugger.h | 563 static JDWP::JdwpError InvokeMethod(JDWP::ObjectId thread_id, JDWP::ObjectId object_id,
|
D | debugger.cc | 3581 JDWP::JdwpError Dbg::InvokeMethod(JDWP::ObjectId thread_id, JDWP::ObjectId object_id, in InvokeMethod() function in art::Dbg
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 127 …JdwpError err = Dbg::InvokeMethod(thread_id, object_id, class_id, method_id, arg_count, argValues.… in FinishInvoke()
|