Searched refs:CheckConfigureStubs (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | instrumentation_test.cc | 194 void CheckConfigureStubs(const char* key, Instrumentation::InstrumentationLevel level) { in CheckConfigureStubs() function in art::instrumentation::InstrumentationTest 786 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing); in TEST_F() 794 CheckConfigureStubs(kClientOneKey, in TEST_F() 800 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing); in TEST_F() 808 CheckConfigureStubs(kClientOneKey, in TEST_F() 813 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing); in TEST_F() 821 CheckConfigureStubs(kClientOneKey, in TEST_F() 827 CheckConfigureStubs(kClientOneKey, in TEST_F() 832 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing); in TEST_F() 840 CheckConfigureStubs(kClientOneKey, in TEST_F() [all …]
|