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.cc522 case JDWP::JT_CHAR: in IsPrimitiveTag()
1270 case JDWP::JT_CHAR: in GetTagWidth()
1955 } else if (tag == JDWP::JT_CHAR || tag == JDWP::JT_SHORT) { in OutputJValue()
2581 case JDWP::JT_CHAR: { in GetLocalValue()
2730 case JDWP::JT_CHAR: in SetLocalValue()
3560 case JDWP::JT_CHAR: return 'C'; in JdwpTagToShortyChar()