Lines Matching refs:methodSignature
142 argumentTag = firstArgumentTypeTag(request->methodSignature, &cursor); in createGlobalRefs()
178 argumentTag = firstArgumentTypeTag(request->methodSignature, &cursor); in createGlobalRefs()
226 (returnTypeTag(request->methodSignature) == JDWP_TAG(OBJECT)) || in deletePotentiallySavedGlobalRefs()
227 (returnTypeTag(request->methodSignature) == JDWP_TAG(ARRAY))) { in deletePotentiallySavedGlobalRefs()
248 jbyte argumentTag = firstArgumentTypeTag(request->methodSignature, &cursor); in deleteGlobalArgumentRefs()
308 error = methodSignature(method, NULL, &request->methodSignature, NULL); in fillInvokeRequest()
320 jvmtiDeallocate(request->methodSignature); in fillInvokeRequest()
393 switch(returnTypeTag(request->methodSignature)) { in invokeStatic()
482 switch(returnTypeTag(request->methodSignature)) { in invokeVirtual()
570 switch(returnTypeTag(request->methodSignature)) { in invokeNonvirtual()
785 tag = returnTypeTag(request->methodSignature); in invoker_completeInvokeRequest()