Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3657 *pResultValue = req->result_value.GetJ(); in InvokeMethod()
3659 *pResultValue = gRegistry->Add(req->result_value.GetL()); in InvokeMethod()
3703 pReq->result_value = InvokeWithJValues(soa, pReq->receiver, soa.EncodeMethod(m.Get()), in ExecuteMethod()
3713 pReq->result_value.SetJ(0); in ExecuteMethod()
3716 JDWP::JdwpTag new_tag = TagFromObject(soa, pReq->result_value.GetL()); in ExecuteMethod()
3731 gRegistry->Add(pReq->result_value.GetL()); in ExecuteMethod()
Ddebugger.h82 JValue result_value; member