Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
Dinvoker.c68 jbyte argumentTag = (jbyte)*tagPtr; in nextArgumentTypeTag() local
86 return argumentTag; in nextArgumentTypeTag()
108 jbyte argumentTag; in createGlobalRefs() local
142 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 …]