Home | History | Annotate | Download | only in runtime

Lines Matching refs:DebugInvokeReq

316 void DebugInvokeReq::VisitRoots(RootVisitor* visitor, const RootInfo& root_info) {
547 DebugInvokeReq* Dbg::GetInvokeReq() {
3952 // Allocates a DebugInvokeReq.
3953 DebugInvokeReq* req = new (std::nothrow) DebugInvokeReq(request_id, thread_id, receiver, c, m,
3956 LOG(ERROR) << "Failed to allocate DebugInvokeReq";
3960 // Attaches the DebugInvokeReq to the target thread so it executes the method when
3980 void Dbg::ExecuteMethod(DebugInvokeReq* pReq) {
4022 void Dbg::ExecuteMethodWithoutPendingException(ScopedObjectAccess& soa, DebugInvokeReq* pReq) {
4091 // TODO we could keep the receiver ObjectId in the DebugInvokeReq to avoid looking into the
4126 // Attach the reply to DebugInvokeReq so it can be sent to the debugger when the event thread
4152 void Dbg::FinishInvokeMethod(DebugInvokeReq* pReq) {
4156 CHECK(pReply != nullptr) << "No reply attached to DebugInvokeReq";