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.cc563 case JDWP::JT_CHAR: in IsPrimitiveTag()
1198 case JDWP::JT_CHAR: in GetTagWidth()
2001 } else if (tag == JDWP::JT_CHAR || tag == JDWP::JT_SHORT) { in OutputJValue()
2650 case JDWP::JT_CHAR: { in GetLocalValue()
2800 case JDWP::JT_CHAR: in SetLocalValue()
3818 case JDWP::JT_CHAR: return 'C'; in JdwpTagToShortyChar()