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.cc538 case JDWP::JT_BYTE: in IsPrimitiveTag()
1211 case JDWP::JT_BYTE: in GetTagWidth()
2042 if (tag == JDWP::JT_BOOLEAN || tag == JDWP::JT_BYTE) { in OutputJValue()
2652 case JDWP::JT_BYTE: { in GetLocalValue()
2804 case JDWP::JT_BYTE: in SetLocalValue()
3815 case JDWP::JT_BYTE: return 'B'; in JdwpTagToShortyChar()