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.cc541 case JDWP::JT_DOUBLE: in IsPrimitiveTag()
1228 case JDWP::JT_DOUBLE: in GetTagWidth()
2048 } else if (tag == JDWP::JT_DOUBLE || tag == JDWP::JT_LONG) { in OutputJValue()
2717 case JDWP::JT_DOUBLE: { in GetLocalValue()
2849 case JDWP::JT_DOUBLE: { in SetLocalValue()
3818 case JDWP::JT_DOUBLE: return 'D'; in JdwpTagToShortyChar()