Lines Matching defs:flags
666 MethodHotness::Flag flags, in AddMethods()
735 int flags = O_RDONLY; in MergeWith() local
737 int flags = O_RDONLY | O_NOFOLLOW | O_CLOEXEC; in MergeWith() local
767 int flags = O_RDWR; in Load() local
769 int flags = O_RDWR | O_NOFOLLOW | O_CLOEXEC; in Load() local
811 int flags = O_WRONLY; in Save() local
813 int flags = O_WRONLY | O_NOFOLLOW | O_CLOEXEC; in Save() local
1236 MethodHotness::Flag flags, in AddMethod()
2173 uint32_t flags = MethodHotness::kFlagHot; in GenerateTestProfile() local
2230 uint32_t flags = MethodHotness::kFlagHot; in GenerateTestProfile() local
2260 bool ProfileCompilationInfo::DexFileData::AddMethod(MethodHotness::Flag flags, size_t index) { in AddMethod()
2277 MethodHotness::Flag flags) { in SetMethodHotness()