Home
last modified time | relevance | path

Searched defs:new_state (Results 1 – 14 of 14) sorted by relevance

/art/runtime/
Dthread-inl.h103 inline ThreadState Thread::SetState(ThreadState new_state) { in SetState()
184 inline void Thread::TransitionToSuspendedAndRunCheckpoints(ThreadState new_state) { in TransitionToSuspendedAndRunCheckpoints()
230 inline void Thread::TransitionFromRunnableToSuspended(ThreadState new_state) { in TransitionFromRunnableToSuspended()
Dintern_table.cc463 void InternTable::ChangeWeakRootState(gc::WeakRootState new_state) { in ChangeWeakRootState()
468 void InternTable::ChangeWeakRootStateLocked(gc::WeakRootState new_state) { in ChangeWeakRootStateLocked()
Dindirect_reference_table.cc476 void IndirectReferenceTable::SetSegmentState(IRTSegmentState new_state) { in SetSegmentState()
Dmonitor_test.cc73 LockWord::LockState new_state = lock_after.GetState(); in Run() local
Dthread.h1371 ThreadState SetStateUnsafe(ThreadState new_state) { in SetStateUnsafe()
Druntime.cc2045 void Runtime::SetStatsEnabled(bool new_state) { in SetStatsEnabled()
/art/libartbase/base/unix_file/
Dfd_file.h140 void resetGuard(GuardState new_state) { in resetGuard()
/art/runtime/jni/
Djni_env_ext.h92 void SetLocalSegmentState(IRTSegmentState new_state) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLocalSegmentState()
Djni_internal_test.cc2474 IRTSegmentState new_state; in TEST_F() local
/art/openjdkjvmti/
Devents.cc584 bool new_state = listener->IsEnabled(); in SetupGcPauseTracking() local
1443 bool new_state; in SetInternalEvent() local
1537 bool new_state; in SetEvent() local
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc576 QuickenState new_state; in CompileMethod() local
/art/runtime/arch/
Dstub_test.cc476 LockWord::LockState new_state = lock_after.GetState(); in TEST_F() local
553 LockWord::LockState new_state = lock_after.GetState(); in TestUnlockObject() local
/art/runtime/base/
Dmutex.cc597 uint32_t new_state = cur_state & ~kHeldMask; // Same number of contenders. in ExclusiveUnlock() local
/art/dt_fd_forward/
Ddt_fd_forward.cc86 bool FdForwardTransport::ChangeState(TransportState old_state, TransportState new_state) { in ChangeState()