Home
last modified time | relevance | path

Searched refs:kSkipCompilationSmallDelta (Results 1 – 5 of 5) sorted by relevance

/art/profman/include/profman/
Dprofman_result.h50 kSkipCompilationSmallDelta = 2, enumerator
/art/profman/
Dprofile_assistant.cc90 return ProfmanResult::kSkipCompilationSmallDelta; in ProcessProfilesInternal()
104 return ProfmanResult::kSkipCompilationSmallDelta; in ProcessProfilesInternal()
Dprofile_assistant_test.cc646 ASSERT_EQ(ProfmanResult::kSkipCompilationSmallDelta, in TEST_F()
672 ASSERT_EQ(ProfmanResult::kSkipCompilationSmallDelta, in TEST_F()
694 ASSERT_EQ(ProfmanResult::kSkipCompilationSmallDelta, in TEST_F()
1836 EXPECT_EQ(ExecAndReturnCode(argv_str, &error), ProfmanResult::kSkipCompilationSmallDelta) in TEST_F()
1879 EXPECT_EQ(ExecAndReturnCode(argv_str, &error), ProfmanResult::kSkipCompilationSmallDelta) in TEST_F()
2200 ASSERT_EQ(return_code, ProfmanResult::kSkipCompilationSmallDelta); in TEST_F()
/art/artd/
Dartd.cc653 if (result.value() != ProfmanResult::kSkipCompilationSmallDelta && in isProfileUsable()
658 *_aidl_return = result.value() == ProfmanResult::kSkipCompilationSmallDelta; in isProfileUsable()
922 if (result.value() == ProfmanResult::kSkipCompilationSmallDelta || in mergeProfiles()
Dartd_test.cc1356 .WillOnce(Return(ProfmanResult::kSkipCompilationSmallDelta)); in TEST_F()