Home
last modified time | relevance | path

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

/art/libartbase/base/unix_file/
Dfd_file.h166 void resetGuard(GuardState new_state) { in resetGuard()
/art/runtime/
Dthread-inl.h152 inline ThreadState Thread::SetState(ThreadState new_state) { in SetState()
240 inline void Thread::TransitionToSuspendedAndRunCheckpoints(ThreadState new_state) { in TransitionToSuspendedAndRunCheckpoints()
332 inline void Thread::TransitionFromRunnableToSuspended(ThreadState new_state) { in TransitionFromRunnableToSuspended()
Dintern_table.cc427 void InternTable::ChangeWeakRootState(gc::WeakRootState new_state) { in ChangeWeakRootState()
432 void InternTable::ChangeWeakRootStateLocked(gc::WeakRootState new_state) { in ChangeWeakRootStateLocked()
Dmonitor_test.cc79 LockWord::LockState new_state = lock_after.GetState(); in Run() local
Dthread.h1302 WeakRefAccessState new_state = enabled ? in SetWeakRefAccessEnabled() local
1748 ThreadState SetStateUnsafe(ThreadState new_state) NO_THREAD_SAFETY_ANALYSIS { in SetStateUnsafe()
Druntime.cc2506 void Runtime::SetStatsEnabled(bool new_state) { in SetStatsEnabled()
/art/openjdkjvmti/
Devents.cc581 bool new_state = listener->IsEnabled(); in SetupGcPauseTracking() local
1427 bool new_state; in SetInternalEvent() local
1521 bool new_state; in SetEvent() 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/dt_fd_forward/
Ddt_fd_forward.cc88 bool FdForwardTransport::ChangeState(TransportState old_state, TransportState new_state) { in ChangeState()
/art/runtime/base/
Dmutex.cc709 uint32_t new_state = cur_state & ~kHeldMask; // Same number of contenders. in ExclusiveUnlock() local
/art/libartbase/base/
Dmem_map.cc1327 uint32_t new_state = vec[i] & 0x1; in ZeroMemory() local