HomeSort by relevance Sort by last modified time
    Searched defs:JDWP_TAG (Results 1 - 4 of 4) sorted by null

  /external/oj-libjdwp/src/share/back/
JDWP.h 51 #define JDWP_TAG(name) \
StackFrameImpl.c 81 case JDWP_TAG(BYTE): {
89 case JDWP_TAG(CHAR): {
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): {
129 case JDWP_TAG(BOOLEAN):{
161 case JDWP_TAG(BYTE):
167 case JDWP_TAG(CHAR)
    [all...]
invoker.c 72 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))) {
226 (returnTypeTag(request->methodSignature) == JDWP_TAG(OBJECT)) ||
227 (returnTypeTag(request->methodSignature) == JDWP_TAG(ARRAY))) {
258 if ((argumentTag == JDWP_TAG(OBJECT)) ||
259 (argumentTag == JDWP_TAG(ARRAY)))
    [all...]
util.c 313 return (tag == JDWP_TAG(OBJECT)) ||
314 (tag == JDWP_TAG(STRING)) ||
315 (tag == JDWP_TAG(THREAD)) ||
316 (tag == JDWP_TAG(THREAD_GROUP)) ||
317 (tag == JDWP_TAG(CLASS_LOADER)) ||
318 (tag == JDWP_TAG(CLASS_OBJECT)) ||
319 (tag == JDWP_TAG(ARRAY));
326 return JDWP_TAG(OBJECT);
328 return JDWP_TAG(STRING);
330 return JDWP_TAG(THREAD)
    [all...]

Completed in 71 milliseconds