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.cc1169 expandBufAdd1(pReq, JT_OBJECT); in PostException()
/art/runtime/
Ddebugger.cc544 return JDWP::JT_OBJECT; in TagFromClass()
556 return (o == nullptr) ? JDWP::JT_OBJECT : TagFromClass(soa, o->GetClass()); in TagFromObject()
1205 case JDWP::JT_OBJECT: in GetTagWidth()
2683 case JDWP::JT_OBJECT: in GetLocalValue()
2821 case JDWP::JT_OBJECT: in SetLocalValue()
3829 case JDWP::JT_OBJECT: in JdwpTagToShortyChar()
4057 const bool is_object_result = (result_tag == JDWP::JT_OBJECT); in ExecuteMethodWithoutPendingException()
4095 result_tag = JDWP::JT_OBJECT; in ExecuteMethodWithoutPendingException()
4146 JDWP::expandBufAdd1(pReply, JDWP::JT_OBJECT); in BuildInvokeReply()