Searched refs:JDWP_TAG (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DClassTypeImpl.c64 case JDWP_TAG(ARRAY):
65 case JDWP_TAG(OBJECT):
70 case JDWP_TAG(BYTE):
75 case JDWP_TAG(CHAR):
80 case JDWP_TAG(FLOAT):
85 case JDWP_TAG(DOUBLE):
90 case JDWP_TAG(INT):
95 case JDWP_TAG(LONG):
100 case JDWP_TAG(SHORT):
105 case JDWP_TAG(BOOLEA
[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 DArrayTypeImpl.c152 case JDWP_TAG(BYTE):
156 case JDWP_TAG(CHAR):
160 case JDWP_TAG(FLOAT):
164 case JDWP_TAG(DOUBLE):
168 case JDWP_TAG(INT):
172 case JDWP_TAG(LONG):
176 case JDWP_TAG(SHORT):
180 case JDWP_TAG(BOOLEAN):
232 if ((componentSignature[0] == JDWP_TAG(OBJECT)) ||
233 (componentSignature[0] == JDWP_TAG(ARRA
[all...]
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 DObjectReferenceImpl.c77 case JDWP_TAG(ARRAY):
78 case JDWP_TAG(OBJECT):
83 case JDWP_TAG(BYTE):
88 case JDWP_TAG(CHAR):
93 case JDWP_TAG(FLOAT):
98 case JDWP_TAG(DOUBLE):
103 case JDWP_TAG(INT):
108 case JDWP_TAG(LONG):
113 case JDWP_TAG(SHORT):
118 case JDWP_TAG(BOOLEA
[all...]
H A DArrayReferenceImpl.c289 case JDWP_TAG(BYTE):
293 case JDWP_TAG(CHAR):
297 case JDWP_TAG(FLOAT):
301 case JDWP_TAG(DOUBLE):
305 case JDWP_TAG(INT):
309 case JDWP_TAG(LONG):
313 case JDWP_TAG(SHORT):
317 case JDWP_TAG(BOOLEAN):
525 case JDWP_TAG(OBJECT):
526 case JDWP_TAG(ARRA
[all...]
H A DJDWP.h51 #define JDWP_TAG(name) \ macro
H A DinStream.c429 case JDWP_TAG(BYTE):
433 case JDWP_TAG(CHAR):
437 case JDWP_TAG(FLOAT):
441 case JDWP_TAG(DOUBLE):
445 case JDWP_TAG(INT):
449 case JDWP_TAG(LONG):
453 case JDWP_TAG(SHORT):
457 case JDWP_TAG(BOOLEAN):
H A DoutStream.c336 if (typeKey == JDWP_TAG(OBJECT)) {
345 case JDWP_TAG(BYTE):
348 case JDWP_TAG(CHAR):
351 case JDWP_TAG(FLOAT):
354 case JDWP_TAG(DOUBLE):
357 case JDWP_TAG(INT):
360 case JDWP_TAG(LONG):
363 case JDWP_TAG(SHORT):
366 case JDWP_TAG(BOOLEAN):
369 case JDWP_TAG(VOI
[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...]
H A DThreadReferenceImpl.c600 case JDWP_TAG(VOID):
604 case JDWP_TAG(BYTE):
610 case JDWP_TAG(CHAR):
616 case JDWP_TAG(FLOAT):
622 case JDWP_TAG(DOUBLE):
628 case JDWP_TAG(INT):
634 case JDWP_TAG(LONG):
640 case JDWP_TAG(SHORT):
646 case JDWP_TAG(BOOLEAN):
H A DeventHelper.c804 if ((sig == JDWP_TAG(ARRAY)) || (sig == JDWP_TAG(OBJECT))) {
857 if ((sig == JDWP_TAG(ARRAY)) || (sig == JDWP_TAG(OBJECT))) {

Completed in 48 milliseconds