Lines Matching refs:Flag
662 MethodHotness::Flag flags, in AddMethods()
1231 MethodHotness::Flag flags, in AddMethod()
2165 data->AddMethod(static_cast<MethodHotness::Flag>(flags), method_idx); in GenerateTestProfile()
2224 data->AddMethod(static_cast<MethodHotness::Flag>(flags), method_index); in GenerateTestProfile()
2250 bool ProfileCompilationInfo::DexFileData::AddMethod(MethodHotness::Flag flags, size_t index) { in AddMethod()
2277 fn(enum_cast<MethodHotness::Flag>(flag)); in ForMethodBitmapHotnessFlags()
2282 MethodHotness::Flag flags) { in SetMethodHotness()
2284 ForMethodBitmapHotnessFlags([&](MethodHotness::Flag flag) { in SetMethodHotness()
2287 static_cast<MethodHotness::Flag>(flag), index), /*value=*/ true); in SetMethodHotness()
2295 ForMethodBitmapHotnessFlags([&](MethodHotness::Flag flag) { in GetHotnessInfo()
2297 static_cast<MethodHotness::Flag>(flag), dex_method_index))) { in GetHotnessInfo()
2298 ret.AddFlag(static_cast<MethodHotness::Flag>(flag)); in GetHotnessInfo()
2329 MethodHotness::Flag flag, size_t method_index) const { in MethodFlagBitmapIndex()
2336 size_t ProfileCompilationInfo::DexFileData::FlagBitmapIndex(MethodHotness::Flag flag) { in FlagBitmapIndex()
2348 ForMethodBitmapHotnessFlags([&](MethodHotness::Flag flag) { in GetUsedBitmapFlags()
2349 size_t index = FlagBitmapIndex(static_cast<MethodHotness::Flag>(flag)); in GetUsedBitmapFlags()
2616 ForMethodBitmapHotnessFlags([&](MethodHotness::Flag flag) { in WriteMethods()
2618 size_t index = FlagBitmapIndex(static_cast<MethodHotness::Flag>(flag)); in WriteMethods()
2718 ForMethodBitmapHotnessFlags([&](MethodHotness::Flag flag) { in ReadMethods()
2720 size_t index = FlagBitmapIndex(static_cast<MethodHotness::Flag>(flag)); in ReadMethods()