Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_constants.h232 JT_INT = 'I', enumerator
/art/runtime/
Ddebugger.cc523 case JDWP::JT_INT: in IsPrimitiveTag()
1262 case JDWP::JT_INT: in GetTagWidth()
1945 } else if (tag == JDWP::JT_FLOAT || tag == JDWP::JT_INT) { in OutputJValue()
2526 case JDWP::JT_INT: { in GetLocalValue()
2675 case JDWP::JT_INT: in SetLocalValue()
3455 case JDWP::JT_INT: return 'I'; in JdwpTagToShortyChar()