Lines Matching defs:flags
167 bool ProfileCompilationInfo::AddMethodIndex(MethodHotness::Flag flags, const MethodReference& ref) { in AddMethodIndex()
175 bool ProfileCompilationInfo::AddMethodIndex(MethodHotness::Flag flags, in AddMethodIndex()
190 MethodHotness::Flag flags) { in AddMethods()
211 int flags = O_RDONLY; in MergeWith() local
213 int flags = O_RDONLY | O_NOFOLLOW | O_CLOEXEC; in MergeWith() local
243 int flags = O_RDWR; in Load() local
245 int flags = O_RDWR | O_NOFOLLOW | O_CLOEXEC; in Load() local
285 int flags = O_WRONLY; in Save() local
287 int flags = O_WRONLY | O_NOFOLLOW | O_CLOEXEC; in Save() local
710 MethodHotness::Flag flags) { in AddMethod()
767 bool ProfileCompilationInfo::AddMethod(const ProfileMethodInfo& pmi, MethodHotness::Flag flags) { in AddMethod()
1984 uint32_t flags = MethodHotness::kFlagHot; in GenerateTestProfile() local
2045 uint32_t flags = MethodHotness::kFlagHot; in GenerateTestProfile() local
2114 bool ProfileCompilationInfo::DexFileData::AddMethod(MethodHotness::Flag flags, size_t index) { in AddMethod()
2130 MethodHotness::Flag flags) { in SetMethodHotness()