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.cc320 case JDWP::JT_INT: in IsPrimitiveTag()
971 case JDWP::JT_INT: in GetTagWidth()
1483 } else if (tag == JDWP::JT_FLOAT || tag == JDWP::JT_INT) { in GetFieldValueImpl()
2060 case JDWP::JT_INT: in GetLocalValue()
2184 case JDWP::JT_INT: in SetLocalValue()
2605 case JDWP::JT_INT: return 'I'; in JdwpTagToShortyChar()