Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_constants.h236 JT_BOOLEAN = 'Z', enumerator
/art/runtime/
Ddebugger.cc561 case JDWP::JT_BOOLEAN: in IsPrimitiveTag()
1196 case JDWP::JT_BOOLEAN: in GetTagWidth()
1999 if (tag == JDWP::JT_BOOLEAN || tag == JDWP::JT_BYTE) { in OutputJValue()
2629 case JDWP::JT_BOOLEAN: { in GetLocalValue()
2792 case JDWP::JT_BOOLEAN: in SetLocalValue()
3825 case JDWP::JT_BOOLEAN: return 'Z'; in JdwpTagToShortyChar()