Home
last modified time | relevance | path

Searched refs:DebugInvokeReq (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Ddebugger.h56 struct DebugInvokeReq { struct
57 DebugInvokeReq(uint32_t invoke_request_id, JDWP::ObjectId invoke_thread_id, in DebugInvokeReq() argument
66 ~DebugInvokeReq() { in ~DebugInvokeReq() argument
88 DISALLOW_COPY_AND_ASSIGN(DebugInvokeReq); argument
227 static DebugInvokeReq* GetInvokeReq();
650 static void ExecuteMethod(DebugInvokeReq* pReq);
655 static void FinishInvokeMethod(DebugInvokeReq* pReq);
740 static void ExecuteMethodWithoutPendingException(ScopedObjectAccess& soa, DebugInvokeReq* pReq)
Dthread.h76 struct DebugInvokeReq;
745 DebugInvokeReq* GetInvokeReq() const { in GetInvokeReq()
787 void SetDebugInvokeReq(DebugInvokeReq* req);
1215 DebugInvokeReq* debug_invoke_req;
Ddebugger.cc409 void DebugInvokeReq::VisitRoots(RootVisitor* visitor, const RootInfo& root_info) { in VisitRoots()
640 DebugInvokeReq* Dbg::GetInvokeReq() { in GetInvokeReq()
3958 DebugInvokeReq* req = new (std::nothrow) DebugInvokeReq(request_id, thread_id, receiver, c, m, in PrepareInvokeMethod()
3986 void Dbg::ExecuteMethod(DebugInvokeReq* pReq) { in ExecuteMethod()
4028 void Dbg::ExecuteMethodWithoutPendingException(ScopedObjectAccess& soa, DebugInvokeReq* pReq) { in ExecuteMethodWithoutPendingException()
4157 void Dbg::FinishInvokeMethod(DebugInvokeReq* pReq) { in FinishInvokeMethod()
Dthread_list.cc884 DebugInvokeReq* pReq = self->GetInvokeReq(); in SuspendSelfForDebugger()
Dthread.cc2571 void Thread::SetDebugInvokeReq(DebugInvokeReq* req) { in SetDebugInvokeReq()
2582 DebugInvokeReq* req = tlsPtr_.debug_invoke_req; in ClearDebugInvokeReq()
/art/runtime/jdwp/
Djdwp_event.cc609 DebugInvokeReq* const pReq = Dbg::GetInvokeReq(); in SuspendByPolicy()
647 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in InvokeInProgress()