Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_constants.h227 JT_BYTE = 'B', enumerator
/art/runtime/
Ddebugger.cc521 case JDWP::JT_BYTE: in IsPrimitiveTag()
1267 case JDWP::JT_BYTE: in GetTagWidth()
1953 if (tag == JDWP::JT_BOOLEAN || tag == JDWP::JT_BYTE) { in OutputJValue()
2568 case JDWP::JT_BYTE: { in GetLocalValue()
2721 case JDWP::JT_BYTE: in SetLocalValue()
3559 case JDWP::JT_BYTE: return 'B'; in JdwpTagToShortyChar()