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.cc471 return JDWP::JT_OBJECT; in TagFromClass()
483 return (o == nullptr) ? JDWP::JT_OBJECT : TagFromClass(soa, o->GetClass()); in TagFromObject()
1157 case JDWP::JT_OBJECT: in GetTagWidth()
2690 case JDWP::JT_OBJECT: in GetLocalValue()
2828 case JDWP::JT_OBJECT: in SetLocalValue()
3894 case JDWP::JT_OBJECT: in JdwpTagToShortyChar()
4128 const bool is_object_result = (result_tag == JDWP::JT_OBJECT); in ExecuteMethodWithoutPendingException()
4181 result_tag = JDWP::JT_OBJECT; in ExecuteMethodWithoutPendingException()
4227 JDWP::expandBufAdd1(pReply, JDWP::JT_OBJECT); in BuildInvokeReply()