Home
last modified time | relevance | path

Searched refs:JT_VOID (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_constants.h235 JT_VOID = 'V', enumerator
/art/runtime/
Ddebugger.h61 result_tag(JDWP::JT_VOID), exception(0), in DebugInvokeReq()
Ddebugger.cc528 case JDWP::JT_VOID: in IsPrimitiveTag()
1265 case JDWP::JT_VOID: in GetTagWidth()
1840 if (tag == JDWP::JT_VOID) { in GetFieldValueImpl()
1962 CHECK_EQ(tag, JDWP::JT_VOID); in OutputJValue()
3566 case JDWP::JT_VOID: return 'V'; in JdwpTagToShortyChar()