Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_constants.h233 JT_LONG = 'J', enumerator
/art/runtime/
Ddebugger.cc526 case JDWP::JT_LONG: in IsPrimitiveTag()
1285 case JDWP::JT_LONG: in GetTagWidth()
1844 } else if (tag == JDWP::JT_DOUBLE || tag == JDWP::JT_LONG) { in GetFieldValueImpl()
1890 if (tag == JDWP::JT_DOUBLE || tag == JDWP::JT_LONG) { in SetFieldValueImpl()
1959 } else if (tag == JDWP::JT_DOUBLE || tag == JDWP::JT_LONG) { in OutputJValue()
2652 case JDWP::JT_LONG: { in GetLocalValue()
2781 case JDWP::JT_LONG: { in SetLocalValue()
3564 case JDWP::JT_LONG: return 'J'; in JdwpTagToShortyChar()