Searched refs:InstrumentationLevel (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/runtime/ |
H A D | instrumentation_test.cc | 194 void CheckConfigureStubs(const char* key, Instrumentation::InstrumentationLevel level) { in CheckConfigureStubs() 205 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() { in GetCurrentInstrumentationLevel() 694 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 702 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentWithInterpreter, in TEST_F() 709 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 716 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 730 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentWithInterpreter, in TEST_F() 736 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 749 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F() 755 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() [all …]
|
H A D | instrumentation.cc | 722 return InstrumentationLevel::kInstrumentWithInterpreter; in GetCurrentInstrumentationLevel() 726 return InstrumentationLevel::kInstrumentNothing; in GetCurrentInstrumentationLevel() 736 if (level == InstrumentationLevel::kInstrumentWithInterpreter) { in UpdateInstrumentationLevels() 750 if (desired_level == InstrumentationLevel::kInstrumentNothing) { in ConfigureStubs() 771 InstrumentationLevel requested_level = InstrumentationLevel::kInstrumentNothing; in UpdateStubs() 1080 InstrumentationLevel level = GetCurrentInstrumentationLevel(); in DisableDeoptimization() 1081 if (level == InstrumentationLevel::kInstrumentWithInterpreter) { in DisableDeoptimization() 1116 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in UndeoptimizeEverything() 1120 InstrumentationLevel level; in EnableMethodTracing() 1122 level = InstrumentationLevel::kInstrumentWithInterpreter; in EnableMethodTracing() [all …]
|
H A D | instrumentation.h | 204 enum class InstrumentationLevel { enum 558 InstrumentationLevel GetCurrentInstrumentationLevel() const; 563 bool RequiresInstrumentationInstallation(InstrumentationLevel new_level) const; 570 void ConfigureStubs(const char* key, InstrumentationLevel desired_instrumentation_level) 579 void UpdateInstrumentationLevels(InstrumentationLevel level) 713 typedef SafeMap<const char*, InstrumentationLevel> InstrumentationLevelTable; 767 std::ostream& operator<<(std::ostream& os, Instrumentation::InstrumentationLevel rhs);
|
/aosp12/art/test/common/ |
H A D | runtime_state.cc | 54 instrumentation::Instrumentation::InstrumentationLevel::kInstrumentWithInterpreter; in GetJitIfEnabled()
|