Home
last modified time | relevance | path

Searched refs:ClearDataAndAdjustVersion (Results 1 – 4 of 4) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.h561 void ClearDataAndAdjustVersion(bool for_boot_image);
Dprofile_compilation_info_test.cc1696 info.ClearDataAndAdjustVersion(/*for_boot_image=*/true); in TEST_F()
1706 info.ClearDataAndAdjustVersion(/*for_boot_image=*/false); in TEST_F()
Dprofile_compilation_info.cc2214 void ProfileCompilationInfo::ClearDataAndAdjustVersion(bool for_boot_image) { in ClearDataAndAdjustVersion() function in art::ProfileCompilationInfo
/art/runtime/jit/
Dprofile_saver.cc566 info.ClearDataAndAdjustVersion(options_.GetProfileBootClassPath()); in ProcessProfilingInfo()