Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h200 uint8_t GetFlags() const { in GetFlags() function
Dprofile_compilation_info.cc1576 static_cast<MethodHotness::Flag>(hotness.GetFlags()), method_ref.index); in AddMethodHotness()
/art/dexlayout/
Ddexlayout.cc1763 } else if (is_startup_clinit || hotness.GetFlags() == Hotness::kFlagStartup) { in LayoutCodeItems()