/art/libartbase/base/ |
D | memfd.cc | 51 int memfd_create(const char* name, unsigned int flags) { in memfd_create() 79 int memfd_create_compat(const char* name, unsigned int flags) { in memfd_create_compat()
|
D | os_linux.cc | 54 int flags = O_WRONLY | O_TRUNC; in CreateEmptyFileWriteOnly() local 61 File* OS::OpenFileWithFlags(const char* name, int flags, bool auto_flush) { in OpenFileWithFlags()
|
D | mem_map_unix.cc | 27 void* MemMap::TargetMMap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off) { in TargetMMap()
|
D | scoped_flock.cc | 36 /* static */ ScopedFlock LockedFile::Open(const char* filename, int flags, bool block, in Open()
|
D | mem_map.cc | 261 int flags, in TryMemMapLow4GB() 322 int flags = MAP_PRIVATE | MAP_ANONYMOUS; in MapAnonymous() local 484 int flags, in MapFileAtAddress() 716 int flags, in RemapAtEnd() 1038 int flags, in MapInternalArtLow4GBAllocator() 1132 int flags, in MapInternal()
|
D | mem_map_windows.cc | 45 void* MemMap::TargetMMap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off) { in TargetMMap()
|
D | mem_map_fuchsia.cc | 61 void* MemMap::TargetMMap(void* start, size_t len, int prot, int flags, int fd, off_t fd_off) { in TargetMMap()
|
/art/runtime/gc/collector/ |
D | sticky_mark_sweep.cc | 63 void StickyMarkSweep::MarkConcurrentRoots(VisitRootFlags flags) { in MarkConcurrentRoots()
|
/art/libartbase/base/unix_file/ |
D | fd_file.h | 44 FdFile(const std::string& path, int flags, bool check_usage) in FdFile()
|
D | fd_file.cc | 164 FdFile::FdFile(const std::string& path, int flags, mode_t mode, in FdFile() 287 bool FdFile::Open(const std::string& path, int flags) { in Open() 291 bool FdFile::Open(const std::string& path, int flags, mode_t mode) { in Open()
|
/art/runtime/ |
D | verify_object.h | 66 inline constexpr VerifyObjectFlags RemoveThisFlags(VerifyObjectFlags flags) { in RemoveThisFlags()
|
D | trace.cc | 311 int flags, in Start() 328 int flags, in Start() 345 int flags, in StartDDMS() 358 int flags, in Start() 552 int flags, in Trace()
|
/art/test/802-deoptimization/src/ |
D | DeoptimizationController.java | 89 public static void startMethodTracing(String filename, int bufferSize, int flags, in startMethodTracing()
|
/art/dexlayout/ |
D | dexlayout_main.cc | 194 int flags = O_RDONLY; in DexlayoutDriver() local
|
/art/test/570-checker-osr/src/ |
D | DeoptimizationController.java | 92 public static void startMethodTracing(String filename, int bufferSize, int flags, in startMethodTracing()
|
/art/runtime/mirror/ |
D | executable.h | 74 void SetAccessFlags(uint32_t flags) REQUIRES_SHARED(Locks::mutator_lock_) { in SetAccessFlags()
|
D | field.h | 108 void SetAccessFlags(uint32_t flags) REQUIRES_SHARED(Locks::mutator_lock_) { in SetAccessFlags()
|
D | class.h | 266 uint32_t flags = GetAccessFlags(); in SetSkipHiddenApiChecks() local 275 uint32_t flags = GetField32(OFFSET_OF_OBJECT_MEMBER(Class, access_flags_)); in SetFinalizable() local 332 uint32_t flags = GetField32(OFFSET_OF_OBJECT_MEMBER(Class, access_flags_)); in SetVerificationAttempted() local 343 uint32_t flags = GetField32(OFFSET_OF_OBJECT_MEMBER(Class, access_flags_)); in SetObsoleteObject() local
|
/art/libelffile/elf/ |
D | elf_builder.h | 93 Elf_Word flags, in Section() 231 Elf_Word flags, in CachedSection() 270 Elf_Word flags, in CachedStringSection() 294 Elf_Word flags, in StringSection() 338 Elf_Word flags, in SymbolSection() 407 Elf_Word flags, in BuildIdSection()
|
/art/profman/ |
D | profman.cc | 615 int flags = O_RDWR; in LoadProfile() local 784 int flags = O_RDONLY; in GetClassNamesAndMethods() local 1093 uint32_t flags = 0; in ProcessLine() local 1223 int flags = O_CREAT | O_TRUNC | O_WRONLY; in OpenReferenceProfile() local 1225 int flags = O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC; in OpenReferenceProfile() local 1394 int flags = O_CREAT | O_TRUNC | O_WRONLY; in GenerateTestProfile() local 1396 int flags = O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC; in GenerateTestProfile() local
|
/art/tools/ |
D | dt_fds_forward.py | 44 def eventfd(init_val, flags): argument
|
/art/test/545-tracing-and-jit/src/ |
D | Main.java | 239 public static void startMethodTracing(String filename, int bufferSize, int flags, in startMethodTracing()
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 209 MethodHotness::Flag flags, in AddMethods() 222 int flags = O_RDONLY; in MergeWith() local 224 int flags = O_RDONLY | O_NOFOLLOW | O_CLOEXEC; in MergeWith() local 254 int flags = O_RDWR; in Load() local 256 int flags = O_RDWR | O_NOFOLLOW | O_CLOEXEC; in Load() local 296 int flags = O_WRONLY; in Save() local 298 int flags = O_WRONLY | O_NOFOLLOW | O_CLOEXEC; in Save() local 715 MethodHotness::Flag flags, in AddMethod() 1830 uint32_t flags = MethodHotness::kFlagHot; in GenerateTestProfile() local 1887 uint32_t flags = MethodHotness::kFlagHot; in GenerateTestProfile() local [all …]
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 71 Hotness::Flag flags) { in SaveProfilingInfo() 102 Hotness::Flag flags, in SaveProfilingInfoWithFakeInlineCaches()
|
D | profile_saver_test.cc | 62 Hotness::Flag AnnotateSampleFlags(uint32_t flags) { in AnnotateSampleFlags()
|