Searched refs:DebugInvokeReq (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | debugger.h | 76 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)
|
D | thread.h | 84 struct DebugInvokeReq; 916 DebugInvokeReq* GetInvokeReq() const { in GetInvokeReq() 1000 void SetDebugInvokeReq(DebugInvokeReq* req); 1652 DebugInvokeReq* debug_invoke_req; in PACKED()
|
D | debugger.cc | 389 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()
|
D | thread_list.cc | 1171 DebugInvokeReq* pReq = self->GetInvokeReq(); in SuspendSelfForDebugger()
|
D | thread.cc | 3918 void Thread::SetDebugInvokeReq(DebugInvokeReq* req) { in SetDebugInvokeReq() 3929 DebugInvokeReq* req = tlsPtr_.debug_invoke_req; in ClearDebugInvokeReq()
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 649 DebugInvokeReq* const pReq = Dbg::GetInvokeReq(); in SuspendByPolicy() 686 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in InvokeInProgress()
|