Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h51 receiver_(NULL), thread_(NULL), class_(NULL), method_(NULL), in DebugInvokeReq()
65 mirror::Object* receiver_; /* not used for ClassType.InvokeMethod */ member
Ddebugger.cc2732 req->receiver_ = receiver; in InvokeMethod()
2827 if ((pReq->options_ & JDWP::INVOKE_NONVIRTUAL) == 0 && pReq->receiver_ != NULL) { in ExecuteMethod()
2835 << " receiver=" << pReq->receiver_ in ExecuteMethod()
2843 arg_array.BuildArgArray(soa, pReq->receiver_, reinterpret_cast<jvalue*>(pReq->arg_values_)); in ExecuteMethod()