Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_constants.h231 JT_DOUBLE = 'D', enumerator
/art/runtime/
Ddebugger.cc487 case JDWP::JT_DOUBLE: in IsPrimitiveTag()
1159 case JDWP::JT_DOUBLE: in GetTagWidth()
1999 } else if (tag == JDWP::JT_DOUBLE || tag == JDWP::JT_LONG) { in OutputJValue()
2704 case JDWP::JT_DOUBLE: { in GetLocalValue()
2838 case JDWP::JT_DOUBLE: { in SetLocalValue()
3874 case JDWP::JT_DOUBLE: return 'D'; in JdwpTagToShortyChar()