Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3765 *pResultValue = req->result_value.GetJ(); in InvokeMethod()
3767 *pResultValue = gRegistry->Add(req->result_value.GetL()); in InvokeMethod()
3811 pReq->result_value = InvokeWithJValues(soa, pReq->receiver, soa.EncodeMethod(m.Get()), in ExecuteMethod()
3821 pReq->result_value.SetJ(0); in ExecuteMethod()
3824 JDWP::JdwpTag new_tag = TagFromObject(soa, pReq->result_value.GetL()); in ExecuteMethod()
3839 gRegistry->Add(pReq->result_value.GetL()); in ExecuteMethod()
Ddebugger.h84 JValue result_value; member