/art/runtime/base/unix_file/ |
D | fd_file.cc | 130 int rc = TEMP_FAILURE_RETRY(fdatasync(fd_)); in Flush() local 140 int rc = TEMP_FAILURE_RETRY(pread64(fd_, buf, byte_count, offset)); in Read() local 149 int rc = TEMP_FAILURE_RETRY(ftruncate64(fd_, new_length)); in SetLength() local 159 int rc = TEMP_FAILURE_RETRY(fstat(fd_, &s)); in GetLength() local 165 int rc = TEMP_FAILURE_RETRY(pwrite64(fd_, buf, byte_count, offset)); in Write() local
|
D | mapped_file.cc | 144 int rc = IsMapped() ? TEMP_FAILURE_RETRY(msync(mapped_file_, file_size_, 0)) : FdFile::Flush(); in Flush() local
|
/art/runtime/ |
D | signal_set.h | 49 int rc = TEMP_FAILURE_RETRY(sigwait(&set_, &signal_number)); in Wait() local
|
D | runtime_android.cc | 69 int rc = 0; in InitPlatformSignalHandlers() local
|
D | zip_archive.cc | 83 int rc = fcntl(fd, F_SETFD, flags | FD_CLOEXEC); in SetCloseOnExec() local
|
D | runtime_linux.cc | 355 int rc = 0; in InitPlatformSignalHandlers() local
|
/art/runtime/gc/allocator/ |
D | dlmalloc.cc | 63 int rc = madvise(start, length, MADV_DONTNEED); in DlmallocMadviseCallback() local
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 68 JdwpError rc = Dbg::GetObjectTag(object_id, tag); in WriteTaggedObject() local 80 JdwpError rc = WriteTaggedObject(reply, objects[i]); in WriteTaggedObjectList() local 451 JdwpError rc = Dbg::GetInstanceCounts(class_ids, counts); in VM_InstanceCounts() local 633 JdwpError rc = Dbg::GetInstances(class_id, max_count, instances); in RT_Instances() local 785 JdwpError rc = Dbg::GetBytecodes(class_id, method_id, bytecodes); in M_Bytecodes() local 899 JdwpError rc = Dbg::IsCollected(object_id, is_collected); in OR_IsCollected() local 913 JdwpError rc = Dbg::GetReferringObjects(object_id, max_count, referring_objects); in OR_ReferringObjects() local 1072 JdwpError rc = Dbg::GetThreadFrameCount(thread_id, frame_count); in TR_FrameCount() local 1087 JdwpError rc = Dbg::GetOwnedMonitors(thread_id, monitors, stack_depths); in TR_OwnedMonitors() local 1120 JdwpError rc = Dbg::GetContendedMonitor(thread_id, contended_monitor); in TR_CurrentContendedMonitor() local [all …]
|
D | jdwp_adb.cc | 162 int rc = TEMP_FAILURE_RETRY(recvmsg(control_sock_, &msg, 0)); in ReceiveClientFd() local
|
/art/dalvikvm/ |
D | dalvikvm.cc | 189 int rc = InvokeMain(env, &argv[arg_idx]); in dalvikvm() local
|
/art/runtime/base/ |
D | mutex.cc | 303 int rc = pthread_mutex_destroy(&mutex_); in ~Mutex() local 836 int rc = TEMP_FAILURE_RETRY(pthread_cond_timedwait(&cond_, &guard_.mutex_, &ts)); in TimedWait() local
|
/art/runtime/hprof/ |
D | hprof.cc | 190 int rc = Flush(); in StartNewRecord() local
|
/art/dex2oat/ |
D | dex2oat.cc | 697 int rc = TEMP_FAILURE_RETRY(pthread_cond_timedwait(&cond_, &mutex_, &timeout_ts)); in Wait() local
|