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

  /art/runtime/
debugger.h 56 struct DebugInvokeReq {
57 DebugInvokeReq()
62 lock("a DebugInvokeReq lock", kBreakpointInvokeLock),
63 cond("a DebugInvokeReq condition variable", lock) {
97 DISALLOW_COPY_AND_ASSIGN(DebugInvokeReq);
218 // Return the DebugInvokeReq for the current thread.
219 static DebugInvokeReq* GetInvokeReq();
572 static void ExecuteMethod(DebugInvokeReq* pReq);
thread.h 70 struct DebugInvokeReq;
706 DebugInvokeReq* GetInvokeReq() const {
    [all...]
thread_list.cc 682 DebugInvokeReq* pReq = self->GetInvokeReq();
    [all...]
debugger.cc 344 void DebugInvokeReq::VisitRoots(RootCallback* callback, void* arg, const RootInfo& root_info) {
359 void DebugInvokeReq::Clear() {
709 DebugInvokeReq* Dbg::GetInvokeReq() {
    [all...]
thread.cc     [all...]
  /art/runtime/jdwp/
jdwp_event.cc 602 DebugInvokeReq* pReq = Dbg::GetInvokeReq();
610 * resume. See if it has left anything in our DebugInvokeReq mailbox.
648 * We look at the "invoke_needed" flag in the per-thread DebugInvokeReq
652 DebugInvokeReq* pReq = Dbg::GetInvokeReq();
    [all...]

Completed in 437 milliseconds