Searched refs:argumentTag (Results 1 – 1 of 1) sorted by relevance
68 jbyte argumentTag = (jbyte)*tagPtr; in nextArgumentTypeTag() local86 return argumentTag; in nextArgumentTypeTag()108 jbyte argumentTag; in createGlobalRefs() local142 argumentTag = firstArgumentTypeTag(request->methodSignature, &cursor); in createGlobalRefs()144 while (argumentTag != SIGNATURE_END_ARGS) { in createGlobalRefs()148 if ((argumentTag == JDWP_TAG(OBJECT)) || in createGlobalRefs()149 (argumentTag == JDWP_TAG(ARRAY))) { in createGlobalRefs()161 argumentTag = nextArgumentTypeTag(&cursor); in createGlobalRefs()178 argumentTag = firstArgumentTypeTag(request->methodSignature, &cursor); in createGlobalRefs()181 if ((argumentTag == JDWP_TAG(OBJECT)) || in createGlobalRefs()[all …]