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, in DebugInvokeReq() function
96 ~DebugInvokeReq() { in ~DebugInvokeReq() argument
118 DISALLOW_COPY_AND_ASSIGN(DebugInvokeReq); argument
245 static DebugInvokeReq* GetInvokeReq();
660 static void ExecuteMethod(DebugInvokeReq* pReq);
665 static void FinishInvokeMethod(DebugInvokeReq* pReq);
752 static void ExecuteMethodWithoutPendingException(ScopedObjectAccess& soa, DebugInvokeReq* pReq)
Dthread.h87 struct DebugInvokeReq;
894 DebugInvokeReq* GetInvokeReq() const { in GetInvokeReq()
981 void SetDebugInvokeReq(DebugInvokeReq* req);
1680 DebugInvokeReq* debug_invoke_req; in PACKED()
Ddebugger.cc382 void DebugInvokeReq::VisitRoots(RootVisitor* visitor, const RootInfo& root_info) { in VisitRoots()
626 DebugInvokeReq* Dbg::GetInvokeReq() { in GetInvokeReq()
3962 DebugInvokeReq* req = new (std::nothrow) DebugInvokeReq( in PrepareInvokeMethod()
3990 void Dbg::ExecuteMethod(DebugInvokeReq* pReq) { in ExecuteMethod()
4032 void Dbg::ExecuteMethodWithoutPendingException(ScopedObjectAccess& soa, DebugInvokeReq* pReq) { in ExecuteMethodWithoutPendingException()
4171 void Dbg::FinishInvokeMethod(DebugInvokeReq* pReq) { in FinishInvokeMethod()
Dthread_list.cc1160 DebugInvokeReq* pReq = self->GetInvokeReq(); in SuspendSelfForDebugger()
Dthread.cc4131 void Thread::SetDebugInvokeReq(DebugInvokeReq* req) { in SetDebugInvokeReq()
4142 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()