Searched defs:JDWP_TAG (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DJDWP.h51 #define JDWP_TAG(name) \ macro
H A DStackFrameImpl.c81 case JDWP_TAG(BYTE): { function
89 case JDWP_TAG(CHAR): { function
97 case JDWP_TAG(FLOAT):
103 case JDWP_TAG(DOUBLE):
109 case JDWP_TAG(INT):
115 case JDWP_TAG(LONG):
121 case JDWP_TAG(SHORT): { function
129 case JDWP_TAG(BOOLEAN):{ function
161 case JDWP_TAG(BYTE):
167 case JDWP_TAG(CHA
[all...]
H A Dinvoker.c72 while (*tagPtr == JDWP_TAG(ARRAY)) {
76 if (*tagPtr == JDWP_TAG(OBJECT)) {
148 if ((argumentTag == JDWP_TAG(OBJECT)) ||
149 (argumentTag == JDWP_TAG(ARRAY))) {
181 if ((argumentTag == JDWP_TAG(OBJECT)) ||
182 (argumentTag == JDWP_TAG(ARRAY))) {
336 case JDWP_TAG(OBJECT): function
337 case JDWP_TAG(ARRAY): {
351 case JDWP_TAG(BYTE):
358 case JDWP_TAG(CHA
424 case JDWP_TAG(OBJECT): function
511 case JDWP_TAG(OBJECT): function
[all...]
H A Dutil.c296 return (tag == JDWP_TAG(OBJECT)) ||
297 (tag == JDWP_TAG(STRING)) ||
298 (tag == JDWP_TAG(THREAD)) ||
299 (tag == JDWP_TAG(THREAD_GROUP)) ||
300 (tag == JDWP_TAG(CLASS_LOADER)) ||
301 (tag == JDWP_TAG(CLASS_OBJECT)) ||
302 (tag == JDWP_TAG(ARRAY));
309 return JDWP_TAG(OBJECT);
311 return JDWP_TAG(STRING);
313 return JDWP_TAG(THREA
360 case JDWP_TAG(OBJECT): function
435 case JDWP_TAG(OBJECT): function
[all...]

Completed in 39 milliseconds