Searched defs:ModBasket (Results 1 – 1 of 1) sorted by relevance
112 struct ModBasket { struct113 ModBasket() : pLoc(nullptr), thread(nullptr), locationClass(nullptr), exceptionClass(nullptr), in ModBasket() function116 const EventLocation* pLoc; /* LocationOnly */117 std::string className; /* ClassMatch/ClassExclude */118 Thread* thread; /* ThreadOnly */119 mirror::Class* locationClass; /* ClassOnly */120 mirror::Class* exceptionClass; /* ExceptionOnly */121 bool caught; /* ExceptionOnly */122 mirror::ArtField* field; /* FieldOnly */123 mirror::Object* thisPtr; /* InstanceOnly */