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.cc549 case JDWP::JT_LONG: in IsPrimitiveTag()
1234 case JDWP::JT_LONG: in GetTagWidth()
2081 } else if (tag == JDWP::JT_DOUBLE || tag == JDWP::JT_LONG) { in OutputJValue()
2799 case JDWP::JT_LONG: { in GetLocalValue()
2930 case JDWP::JT_LONG: { in SetLocalValue()
3965 case JDWP::JT_LONG: return 'J'; in JdwpTagToShortyChar()