Home
last modified time | relevance | path

Searched refs:JT_OBJECT (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_constants.h229 JT_OBJECT = 'L', enumerator
Djdwp_event.cc1210 expandBufAdd1(pReq, JT_OBJECT); in PostException()
/art/runtime/
Ddebugger.cc520 return JDWP::JT_OBJECT; in TagFromClass()
532 return (o == nullptr) ? JDWP::JT_OBJECT : TagFromClass(soa, o->GetClass()); in TagFromObject()
1221 case JDWP::JT_OBJECT: in GetTagWidth()
2696 case JDWP::JT_OBJECT: in GetLocalValue()
2832 case JDWP::JT_OBJECT: in SetLocalValue()
3827 case JDWP::JT_OBJECT: in JdwpTagToShortyChar()
4061 const bool is_object_result = (result_tag == JDWP::JT_OBJECT); in ExecuteMethodWithoutPendingException()
4114 result_tag = JDWP::JT_OBJECT; in ExecuteMethodWithoutPendingException()
4160 JDWP::expandBufAdd1(pReply, JDWP::JT_OBJECT); in BuildInvokeReply()