Searched refs:CheckConfigureStubs (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | instrumentation_test.cc | 138 void CheckConfigureStubs(const char* key, Instrumentation::InstrumentationLevel level) { in CheckConfigureStubs() function in art::instrumentation::InstrumentationTest 588 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing); in TEST_F() 596 CheckConfigureStubs(kClientOneKey, in TEST_F() 602 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing); in TEST_F() 610 CheckConfigureStubs(kClientOneKey, in TEST_F() 615 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing); in TEST_F() 623 CheckConfigureStubs(kClientOneKey, in TEST_F() 629 CheckConfigureStubs(kClientOneKey, in TEST_F() 634 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing); in TEST_F() 642 CheckConfigureStubs(kClientOneKey, in TEST_F() [all …]
|