Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Method.cc33 return InvokeMethod(soa, javaMethod, javaReceiver, javaArgs, (accessible == JNI_TRUE)); in Method_invoke()
Djava_lang_reflect_Constructor.cc71 InvokeMethod(soa, javaMethod, javaReceiver, javaArgs, (accessible == JNI_TRUE)); in Constructor_newInstance()
/art/runtime/
Dreflection.h70 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject method, jobject receiver,
Dreflection.cc519 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject javaMethod, in InvokeMethod() function
Ddebugger.h563 static JDWP::JdwpError InvokeMethod(JDWP::ObjectId thread_id, JDWP::ObjectId object_id,
Ddebugger.cc3581 JDWP::JdwpError Dbg::InvokeMethod(JDWP::ObjectId thread_id, JDWP::ObjectId object_id, in InvokeMethod() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc127 …JdwpError err = Dbg::InvokeMethod(thread_id, object_id, class_id, method_id, arg_count, argValues.… in FinishInvoke()