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.cc489 case JDWP::JT_BYTE: in IsPrimitiveTag()
1147 case JDWP::JT_BYTE: in GetTagWidth()
1999 if (tag == JDWP::JT_BOOLEAN || tag == JDWP::JT_BYTE) { in OutputJValue()
2646 case JDWP::JT_BYTE: { in GetLocalValue()
2800 case JDWP::JT_BYTE: in SetLocalValue()
3882 case JDWP::JT_BYTE: return 'B'; in JdwpTagToShortyChar()