Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h48 struct DebugInvokeReq { struct
49 DebugInvokeReq() in DebugInvokeReq() argument
59 bool ready;
62 bool invoke_needed_;
65 mirror::Object* receiver_; /* not used for ClassType.InvokeMethod */
66 mirror::Object* thread_;
67 mirror::Class* class_;
68 mirror::ArtMethod* method_;
69 uint32_t arg_count_;
70 uint64_t* arg_values_; /* will be NULL if arg_count_ == 0 */
[all …]