Searched defs:TestData (Results 1 – 2 of 2) sorted by relevance
44 struct TestData { struct45 jlocation target_loc;46 jmethodID target_method;47 jclass target_klass;48 jfieldID target_field;49 jrawMonitorID notify_monitor;50 jint frame_pop_offset;51 jmethodID frame_pop_setup_method;52 std::vector<std::string> interesting_classes;53 bool hit_location;[all …]
261 class TestData(namedtuple("TestData", ['classes', 'interfaces'])): class