Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc637 auto get_method_flags = [&](ArtMethod& method) { in UpdateProfile() local
699 ProfileCompilationInfo::MethodHotness::Flag flags = get_method_flags(method); in UpdateProfile()
712 ProfileCompilationInfo::MethodHotness::Flag flags = get_method_flags(*method); in UpdateProfile()