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.cc520 case JDWP::JT_CHAR: in IsPrimitiveTag()
1258 case JDWP::JT_CHAR: in GetTagWidth()
1943 } else if (tag == JDWP::JT_CHAR || tag == JDWP::JT_SHORT) { in OutputJValue()
2514 case JDWP::JT_CHAR: { in GetLocalValue()
2667 case JDWP::JT_CHAR: in SetLocalValue()
3452 case JDWP::JT_CHAR: return 'C'; in JdwpTagToShortyChar()