Searched defs:DebugInvokeReq (Results 1 – 1 of 1) sorted by relevance
56 struct DebugInvokeReq { struct57 DebugInvokeReq() in DebugInvokeReq() function67 bool ready;70 bool invoke_needed;73 mirror::Object* receiver; /* not used for ClassType.InvokeMethod */97 DISALLOW_COPY_AND_ASSIGN(DebugInvokeReq); argument