Lines Matching refs:ART_FORMAT
883 VLOG(oat) << ART_FORMAT("GetBestInfo checking odex next to the dex file ({})", in GetBestInfo()
886 VLOG(oat) << ART_FORMAT("GetBestInfo checking vdex next to the dex file ({})", in GetBestInfo()
891 VLOG(oat) << ART_FORMAT("GetBestInfo checking dm ({})", dm_for_odex_.DisplayFilename()); in GetBestInfo()
902 VLOG(oat) << ART_FORMAT("GetBestInfo checking odex in dalvik-cache ({})", oat_.DisplayFilename()); in GetBestInfo()
910 VLOG(oat) << ART_FORMAT("GetBestInfo checking odex next to the dex file ({})", in GetBestInfo()
917 VLOG(oat) << ART_FORMAT("GetBestInfo checking vdex in dalvik-cache ({})", in GetBestInfo()
922 VLOG(oat) << ART_FORMAT("GetBestInfo checking vdex next to the dex file ({})", in GetBestInfo()
927 VLOG(oat) << ART_FORMAT("GetBestInfo checking dm ({})", dm_for_oat_.DisplayFilename()); in GetBestInfo()
932 VLOG(oat) << ART_FORMAT("GetBestInfo checking dm ({})", dm_for_odex_.DisplayFilename()); in GetBestInfo()
1152 VLOG(oat) << ART_FORMAT("Should recompile: targetFilterIsBetter (current: {}, target: {})", in ShouldRecompileForFilter()
1158 VLOG(oat) << ART_FORMAT("Should recompile: targetFilterIsSame (current: {}, target: {})", in ShouldRecompileForFilter()
1164 VLOG(oat) << ART_FORMAT("Should recompile: targetFilterIsWorse (current: {}, target: {})", in ShouldRecompileForFilter()