Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h48 struct DebugInvokeReq { struct
49 DebugInvokeReq() in DebugInvokeReq() argument
96 static DebugInvokeReq* GetInvokeReq();
369 static void ExecuteMethod(DebugInvokeReq* pReq);
Dthread.h64 struct DebugInvokeReq;
542 DebugInvokeReq* GetInvokeReq() { in GetInvokeReq()
772 DebugInvokeReq* debug_invoke_req_;
Ddebugger.cc496 DebugInvokeReq* Dbg::GetInvokeReq() { in GetInvokeReq()
2632 DebugInvokeReq* req = NULL; in InvokeMethod()
2806 void Dbg::ExecuteMethod(DebugInvokeReq* pReq) { in ExecuteMethod()
Dthread.cc981 debug_invoke_req_(new DebugInvokeReq), in Thread()
/art/runtime/jdwp/
Djdwp_event.cc514 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in SuspendByPolicy()
572 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in InvokeInProgress()