Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc116 struct ModBasket { struct
117 explicit ModBasket(Thread* self) in ModBasket() function
125 StackHandleScope<3> hs;
126 const EventLocation* pLoc; /* LocationOnly */
127 std::string className; /* ClassMatch/ClassExclude */
128 Thread* const thread; /* ThreadOnly */
129 MutableHandle<mirror::Class> locationClass; /* ClassOnly */
130 MutableHandle<mirror::Class> exceptionClass; /* ExceptionOnly */
131 bool caught; /* ExceptionOnly */
132 ArtField* field; /* FieldOnly */
[all …]