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.cc567 case JDWP::JT_LONG: in IsPrimitiveTag()
1213 case JDWP::JT_LONG: in GetTagWidth()
2005 } else if (tag == JDWP::JT_DOUBLE || tag == JDWP::JT_LONG) { in OutputJValue()
2714 case JDWP::JT_LONG: { in GetLocalValue()
2845 case JDWP::JT_LONG: { in SetLocalValue()
3822 case JDWP::JT_LONG: return 'J'; in JdwpTagToShortyChar()