Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h76 struct DebugInvokeReq { struct
77 DebugInvokeReq(uint32_t invoke_request_id, JDWP::ObjectId invoke_thread_id, in DebugInvokeReq() argument
86 ~DebugInvokeReq() { in ~DebugInvokeReq() argument
108 DISALLOW_COPY_AND_ASSIGN(DebugInvokeReq); argument
235 static DebugInvokeReq* GetInvokeReq();
648 static void ExecuteMethod(DebugInvokeReq* pReq);
653 static void FinishInvokeMethod(DebugInvokeReq* pReq);
739 static void ExecuteMethodWithoutPendingException(ScopedObjectAccess& soa, DebugInvokeReq* pReq)
Dthread.h84 struct DebugInvokeReq;
916 DebugInvokeReq* GetInvokeReq() const { in GetInvokeReq()
1000 void SetDebugInvokeReq(DebugInvokeReq* req);
1652 DebugInvokeReq* debug_invoke_req; in PACKED()
Ddebugger.cc389 void DebugInvokeReq::VisitRoots(RootVisitor* visitor, const RootInfo& root_info) { in VisitRoots()
632 DebugInvokeReq* Dbg::GetInvokeReq() { in GetInvokeReq()
4107 DebugInvokeReq* req = new (std::nothrow) DebugInvokeReq(request_id, thread_id, receiver, c, m, in PrepareInvokeMethod()
4135 void Dbg::ExecuteMethod(DebugInvokeReq* pReq) { in ExecuteMethod()
4177 void Dbg::ExecuteMethodWithoutPendingException(ScopedObjectAccess& soa, DebugInvokeReq* pReq) { in ExecuteMethodWithoutPendingException()
4316 void Dbg::FinishInvokeMethod(DebugInvokeReq* pReq) { in FinishInvokeMethod()
Dthread_list.cc1171 DebugInvokeReq* pReq = self->GetInvokeReq(); in SuspendSelfForDebugger()
Dthread.cc3918 void Thread::SetDebugInvokeReq(DebugInvokeReq* req) { in SetDebugInvokeReq()
3929 DebugInvokeReq* req = tlsPtr_.debug_invoke_req; in ClearDebugInvokeReq()
/art/runtime/jdwp/
Djdwp_event.cc649 DebugInvokeReq* const pReq = Dbg::GetInvokeReq(); in SuspendByPolicy()
686 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in InvokeInProgress()