Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_constants.h236 JT_BOOLEAN = 'Z', enumerator
/art/runtime/
Ddebugger.cc468 case JDWP::JT_BOOLEAN: in IsPrimitiveTag()
1128 case JDWP::JT_BOOLEAN: in GetTagWidth()
1956 if (tag == JDWP::JT_BOOLEAN || tag == JDWP::JT_BYTE) { in OutputJValue()
2587 case JDWP::JT_BOOLEAN: { in GetLocalValue()
2750 case JDWP::JT_BOOLEAN: in SetLocalValue()
3831 case JDWP::JT_BOOLEAN: return 'Z'; in JdwpTagToShortyChar()