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

/openjdk7/jdk/src/share/back/
H A Dinvoker.h42 jbyte invokeType; member in struct:InvokeRequest
63 jvmtiError invoker_requestInvoke(jbyte invokeType, jbyte options, jint id,
H A Dinvoker.c216 jbyte invokeType, jbyte options, jint id,
235 request->invokeType = invokeType;
289 invoker_requestInvoke(jbyte invokeType, jbyte options, jint id, argument
301 error = fillInvokeRequest(env, request, invokeType, options, id,
640 switch (request->invokeType) {
711 if (request->invokeType == INVOKE_CONSTRUCTOR) {
215 fillInvokeRequest(JNIEnv *env, InvokeRequest *request, jbyte invokeType, jbyte options, jint id, jthread thread, jclass clazz, jmethodID method, jobject instance, jvalue *arguments, jint argumentCount) argument
H A Dutil.c532 jbyte invokeType; local
591 invokeType = INVOKE_CONSTRUCTOR;
593 invokeType = INVOKE_STATIC;
595 invokeType = INVOKE_INSTANCE;
609 error = invoker_requestInvoke(invokeType, (jbyte)options, inStream_id(in),

Completed in 38 milliseconds