Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h56 struct DebugInvokeReq { struct
57 DebugInvokeReq() in DebugInvokeReq() function
67 bool ready;
70 bool invoke_needed;
73 mirror::Object* receiver; /* not used for ClassType.InvokeMethod */
97 DISALLOW_COPY_AND_ASSIGN(DebugInvokeReq); argument