HomeSort by relevance Sort by last modified time
    Searched refs:DebugInvokeReq (Results 1 - 6 of 6) sorted by null

  /art/runtime/
debugger.h 54 struct DebugInvokeReq {
55 DebugInvokeReq()
60 lock("a DebugInvokeReq lock", kBreakpointInvokeLock),
61 cond("a DebugInvokeReq condition variable", lock) {
95 DISALLOW_COPY_AND_ASSIGN(DebugInvokeReq);
216 // Return the DebugInvokeReq for the current thread.
217 static DebugInvokeReq* GetInvokeReq();
565 static void ExecuteMethod(DebugInvokeReq* pReq);
thread.h 70 struct DebugInvokeReq;
706 DebugInvokeReq* GetInvokeReq() const {
    [all...]
thread_list.cc 678 DebugInvokeReq* pReq = self->GetInvokeReq();
    [all...]
debugger.cc 340 void DebugInvokeReq::VisitRoots(RootCallback* callback, void* arg, uint32_t tid,
356 void DebugInvokeReq::Clear() {
707 DebugInvokeReq* Dbg::GetInvokeReq() {
    [all...]
thread.cc     [all...]
  /art/runtime/jdwp/
jdwp_event.cc 590 DebugInvokeReq* pReq = Dbg::GetInvokeReq();
598 * resume. See if it has left anything in our DebugInvokeReq mailbox.
636 * We look at the "invoke_needed" flag in the per-thread DebugInvokeReq
640 DebugInvokeReq* pReq = Dbg::GetInvokeReq();
    [all...]

Completed in 81 milliseconds