Searched refs:invokeType (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A Dinvoker.h42 jbyte invokeType; member in struct:InvokeRequest
63 jvmtiError invoker_requestInvoke(jbyte invokeType, jbyte options, jint id,
H A Dinvoker.c225 if ((request->invokeType == INVOKE_CONSTRUCTOR) ||
272 jbyte invokeType, jbyte options, jint id,
291 request->invokeType = invokeType;
376 invoker_requestInvoke(jbyte invokeType, jbyte options, jint id, argument
385 if (invokeType == INVOKE_STATIC) {
395 error = fillInvokeRequest(env, request, invokeType, options, id,
711 jbyte invokeType; local
729 invokeType = request->invokeType;
271 fillInvokeRequest(JNIEnv *env, InvokeRequest *request, jbyte invokeType, jbyte options, jint id, jthread thread, jclass clazz, jmethodID method, jobject instance, jvalue *arguments, jint argumentCount) argument
[all...]
H A Dutil.c530 jbyte invokeType; local
589 invokeType = INVOKE_CONSTRUCTOR;
591 invokeType = INVOKE_STATIC;
593 invokeType = INVOKE_STATIC;
595 invokeType = INVOKE_INSTANCE;
609 error = invoker_requestInvoke(invokeType, (jbyte)options, inStream_id(in),

Completed in 103 milliseconds