/art/libartbase/base/ |
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 | memfd.cc | 43 int memfd_create(const char* name, unsigned int flags) { in memfd_create()
|
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() 709 int flags, in RemapAtEnd() 1022 int flags, in MapInternalArtLow4GBAllocator() 1116 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 | 310 int flags, in Start() 327 int flags, in Start() 344 int flags, in StartDDMS() 357 int flags, in Start() 551 int flags, in Trace()
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 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() [all …]
|
/art/test/802-deoptimization/src/ |
D | DeoptimizationController.java | 89 public static void startMethodTracing(String filename, int bufferSize, int flags, in startMethodTracing()
|
/art/test/570-checker-osr/src/ |
D | DeoptimizationController.java | 92 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/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/runtime/mirror/ |
D | field.h | 97 void SetAccessFlags(uint32_t flags) REQUIRES_SHARED(Locks::mutator_lock_) { in SetAccessFlags()
|
D | class.h | 227 uint32_t flags = GetAccessFlags(); in SetSkipHiddenApiChecks() local 236 uint32_t flags = GetField32(OFFSET_OF_OBJECT_MEMBER(Class, access_flags_)); in SetFinalizable() local 293 uint32_t flags = GetField32(OFFSET_OF_OBJECT_MEMBER(Class, access_flags_)); in SetVerificationAttempted() local
|
/art/profman/ |
D | profman.cc | 518 int flags = O_RDWR; in LoadProfile() local 687 int flags = O_RDONLY; in GetClassNamesAndMethods() local 963 uint32_t flags = 0; in ProcessLine() local 1073 int flags = O_CREAT | O_TRUNC | O_WRONLY; in OpenReferenceProfile() local 1075 int flags = O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC; in OpenReferenceProfile() local 1211 int flags = O_CREAT | O_TRUNC | O_WRONLY; in GenerateTestProfile() local 1213 int flags = O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC; in GenerateTestProfile() local
|
D | boot_image_profile.cc | 82 const uint32_t flags = method.GetAccessFlags(); in GenerateBootImageProfile() 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/runtime/jit/ |
D | profiling_info_test.cc | 103 Hotness::Flag flags) { in SaveProfilingInfo() 134 Hotness::Flag flags, in SaveProfilingInfoWithFakeInlineCaches()
|
/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 93 static void VMDebug_startMethodTracingDdmsImpl(JNIEnv*, jclass, jint bufferSize, jint flags, in VMDebug_startMethodTracingDdmsImpl() 106 jint flags, in VMDebug_startMethodTracingFd() 142 jint bufferSize, jint flags, in VMDebug_startMethodTracingFilename() 208 static void VMDebug_printLoadedClasses(JNIEnv* env, jclass, jint flags) { in VMDebug_printLoadedClasses()
|