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.cc545 case JDWP::JT_CHAR: in IsPrimitiveTag()
1219 case JDWP::JT_CHAR: in GetTagWidth()
2077 } else if (tag == JDWP::JT_CHAR || tag == JDWP::JT_SHORT) { in OutputJValue()
2735 case JDWP::JT_CHAR: { in GetLocalValue()
2885 case JDWP::JT_CHAR: in SetLocalValue()
3961 case JDWP::JT_CHAR: return 'C'; in JdwpTagToShortyChar()