Lines Matching refs:Flag
675 MethodHotness::Flag flags, in AddMethods()
1315 MethodHotness::Flag flags, in AddMethod()
2264 data->AddMethod(static_cast<MethodHotness::Flag>(flags), method_idx); in GenerateTestProfile()
2324 data->AddMethod(static_cast<MethodHotness::Flag>(flags), method_index); in GenerateTestProfile()
2350 bool ProfileCompilationInfo::DexFileData::AddMethod(MethodHotness::Flag flags, size_t index) { in AddMethod()
2367 MethodHotness::Flag flags) { in SetMethodHotness()
2369 ForMethodBitmapHotnessFlags([&](MethodHotness::Flag flag) { in SetMethodHotness()
2372 static_cast<MethodHotness::Flag>(flag), index), /*value=*/ true); in SetMethodHotness()
2381 ForMethodBitmapHotnessFlags([&](MethodHotness::Flag flag) { in GetHotnessInfo()
2383 static_cast<MethodHotness::Flag>(flag), dex_method_index))) { in GetHotnessInfo()
2384 ret.AddFlag(static_cast<MethodHotness::Flag>(flag)); in GetHotnessInfo()
2417 ForMethodBitmapHotnessFlags([&](MethodHotness::Flag flag) { in GetUsedBitmapFlags()
2418 size_t index = FlagBitmapIndex(static_cast<MethodHotness::Flag>(flag)); in GetUsedBitmapFlags()
2689 ForMethodBitmapHotnessFlags([&](MethodHotness::Flag flag) { in WriteMethods()
2691 size_t index = FlagBitmapIndex(static_cast<MethodHotness::Flag>(flag)); in WriteMethods()
2796 ForMethodBitmapHotnessFlags([&](MethodHotness::Flag flag) { in ReadMethods()
2798 size_t index = FlagBitmapIndex(static_cast<MethodHotness::Flag>(flag)); in ReadMethods()