Home
last modified time | relevance | path

Searched refs:AddMethodHotness (Results 1 – 3 of 3) sorted by relevance

/art/profman/
Dboot_image_profile.cc63 out_profile->AddMethodHotness(ref, hotness); in GenerateBootImageProfile()
73 out_profile->AddMethodHotness(ref, hotness); in GenerateBootImageProfile()
/art/runtime/jit/
Dprofile_compilation_info.h304 bool AddMethodHotness(const MethodReference& method_ref, const MethodHotness& hotness);
Dprofile_compilation_info.cc1570 bool ProfileCompilationInfo::AddMethodHotness(const MethodReference& method_ref, in AddMethodHotness() function in art::ProfileCompilationInfo