Home
last modified time | relevance | path

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

/art/test/ti-agent/
Dsuspend_event_helper.cc44 struct TestData { struct
45 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 …]
/art/test/utils/python/
Dgenerate_java_main.py261 class TestData(namedtuple("TestData", ['classes', 'interfaces'])): class