Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_constants.h228 JT_CHAR = 'C', enumerator
/art/runtime/
Ddebugger.cc539 case JDWP::JT_CHAR: in IsPrimitiveTag()
1214 case JDWP::JT_CHAR: in GetTagWidth()
2044 } else if (tag == JDWP::JT_CHAR || tag == JDWP::JT_SHORT) { in OutputJValue()
2663 case JDWP::JT_CHAR: { in GetLocalValue()
2811 case JDWP::JT_CHAR: in SetLocalValue()
3816 case JDWP::JT_CHAR: return 'C'; in JdwpTagToShortyChar()