Home | History | Annotate | Download | only in runtime

Lines Matching defs:nullptr

164   Thread::DumpState(os, nullptr, tid);
167 DumpNativeStack(os, tid, nullptr, " native: ");
180 while ((e = readdir(d)) != nullptr) {
207 backtrace_map_(dump_native_stack ? BacktraceMap::Create(getpid()) : nullptr),
209 if (backtrace_map_ != nullptr) {
218 CHECK(self != nullptr);
260 if (self != nullptr) {
347 bool updated = thread->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal);
356 if (callback != nullptr) {
389 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal);
495 /*backtrace_map*/ nullptr,
558 SuspendAllInternal(self, self, nullptr);
559 if (pause_listener != nullptr) {
569 if (pause_listener != nullptr) {
597 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal);
615 if (flip_func != nullptr) {
621 if (flip_func != nullptr) {
631 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal);
643 if (self != nullptr) {
688 if (self != nullptr) {
706 if (kDebugLocking && self != nullptr) {
721 if (ignore1 != nullptr) {
724 if (ignore2 != nullptr && ignore1 != ignore2) {
767 if (futex(pending_threads.Address(), FUTEX_WAIT, cur_val, &wait_timeout, nullptr, 0) != 0) {
793 if (self != nullptr) {
821 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal);
827 if (self != nullptr) {
835 if (self != nullptr) {
867 if (UNLIKELY(!thread->ModifySuspendCount(self, -1, nullptr, reason))) {
893 if (scoped_name_chars.c_str() == nullptr) {
909 Thread* suspended_thread = nullptr;
922 if (thread == nullptr) {
923 if (suspended_thread != nullptr) {
930 nullptr,
938 return nullptr;
941 CHECK(suspended_thread == nullptr);
944 return nullptr;
956 CHECK(suspended_thread == nullptr);
958 bool updated = suspended_thread->ModifySuspendCount(self, +1, nullptr, reason);
989 if (suspended_thread != nullptr) {
993 nullptr,
998 return nullptr;
1028 Thread* suspended_thread = nullptr;
1041 Thread* thread = nullptr;
1048 if (thread == nullptr) {
1049 CHECK(suspended_thread == nullptr) << "Suspended thread " << suspended_thread
1055 return nullptr;
1061 if (suspended_thread == nullptr) {
1068 bool updated = thread->ModifySuspendCount(self, +1, nullptr, reason);
1099 if (suspended_thread != nullptr) {
1100 bool updated = thread->ModifySuspendCount(soa.Self(), -1, nullptr, reason);
1104 return nullptr;
1126 return nullptr;
1172 const bool skip_thread_suspension = (pReq != nullptr && !Dbg::IsDebuggerActive());
1178 bool updated = self->ModifySuspendCount(self, +1, nullptr, SuspendReason::kForDebugger);
1192 if (pReq != nullptr) {
1195 pReq = nullptr; // object has been deleted, clear it for safety.
1263 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kForDebugger);
1295 nullptr,
1354 bool updated = thread->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal);
1415 bool updated = self->ModifySuspendCount(self, +1, nullptr, SuspendReason::kForDebugger);
1419 bool updated = self->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal);
1468 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr);
1485 ReleaseThreadId(nullptr, thin_lock_id);
1490 __get_tls()[TLS_SLOT_ART_THREAD_SELF] = nullptr;
1492 CHECK_PTHREAD_CALL(pthread_setspecific, (Thread::pthread_key_self_, nullptr), "detach self");
1496 MutexLock mu(nullptr, *Locks::thread_list_lock_);
1498 Locks::thread_exit_cond_->Broadcast(nullptr);
1516 bool suspended = thread->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal);
1521 bool resumed = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal);
1537 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal);