| /arkcompiler/runtime_core/common_interfaces/objects/ |
| D | base_state_word.h | 68 BaseStateWord newState = BaseStateWord(current.GetHeader()); in TryLockBaseStateWord() local 77 BaseStateWord newState = BaseStateWord(current.GetHeader()); in UnlockStateWord() local 129 bool CompareExchangeHeader(MAddress expected, MAddress newState) in CompareExchangeHeader()
|
| D | base_object.h | 141 void UnlockExclusive(const BaseStateWord::ForwardState newState) in UnlockExclusive()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | mutator_lock.cpp | 72 void MutatorLock::SetState(MutatorLock::MutatorLockState newState) in SetState()
|
| D | js_thread.cpp | 1240 ThreadState JSThread::UpdateState(ThreadState newState) in UpdateState() 1336 void JSThread::TransferFromRunningToSuspended(ThreadState newState) in TransferFromRunningToSuspended() 1408 void JSThread::StoreState(ThreadState newState) in StoreState() 1428 void JSThread::StoreRunningState([[maybe_unused]] ThreadState newState) in StoreRunningState() 1461 inline void JSThread::StoreSuspendedState(ThreadState newState) in StoreSuspendedState() 1501 void JSThread::SetMutatorLockState(MutatorLock::MutatorLockState newState) in SetMutatorLockState()
|
| D | js_thread.h | 1752 ThreadState PUBLIC_API TransferToNonRunning(ThreadState newState) in TransferToNonRunning() 1775 void PUBLIC_API TransferToNonRunningInRunning(ThreadState newState) in TransferToNonRunningInRunning() 1784 void PUBLIC_API TransferInNonRunning(ThreadState newState) in TransferInNonRunning()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
| D | mutex.h | 150 auto newState = curState + READ_INCREMENT; in ReadLock() local 186 auto newState = curState - READ_INCREMENT; in ReadUnlock() local
|
| D | fmutex.cpp | 211 auto newState = HELPERS_TO_UNSIGNED(curState) | HELPERS_TO_UNSIGNED(HELD_MASK); in MutexLock() local 283 …auto newState = HELPERS_TO_UNSIGNED(curState) & ~HELPERS_TO_UNSIGNED(HELD_MASK); // State without… in MutexUnlock() local
|
| D | mutex.cpp | 215 auto newState = curState + READ_INCREMENT; in TryReadLock() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | fmutex.cpp | 189 auto newState = HELPERS_TO_UNSIGNED(curState) | HELPERS_TO_UNSIGNED(HELD_MASK); in MutexLock() local 276 …auto newState = HELPERS_TO_UNSIGNED(curState) & ~HELPERS_TO_UNSIGNED(HELD_MASK); // State without… in MutexUnlock() local
|
| /arkcompiler/toolchain/websocket/ |
| D | websocket_base.cpp | 277 WebSocketBase::ConnectionState WebSocketBase::SetConnectionState(ConnectionState newState) in SetConnectionState() 282 … WebSocketBase::CompareExchangeConnectionState(ConnectionState& expected, ConnectionState newState) in CompareExchangeConnectionState()
|
| /arkcompiler/ets_runtime/ecmascript/daemon/ |
| D | daemon_thread.cpp | 221 void DaemonThread::SetMutatorLockState(MutatorLock::MutatorLockState newState) in SetMutatorLockState()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | tagged_state_word.h | 49 GCStateWord newState; variable
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | pygote_space_allocator-inl.h | 56 inline void PygoteSpaceAllocator<AllocConfigT>::SetState(PygoteSpaceState newState) in SetState()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | scheduler.cpp | 317 auto &newState = dfsStack.top(); in CalculateSchedulingUpperBound() local 395 auto &newState = dfsVisitStack.top(); in CalculateSchedulingLowerBound() local 452 auto &newState = dfsFinishStack.top(); in CalculateSchedulingLowerBound() local
|
| D | gate_accessor.cpp | 1669 void GateAccessor::ReplaceControlGate(GateRef gate, GateRef newState) in ReplaceControlGate()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | escape.cpp | 432 … auto newState = parent_->GetLocalAllocator()->New<BasicBlockState>(parent_->GetLocalAllocator()); in MergeStates() local 461 void EscapeAnalysis::MergeProcessor::ProcessPhis(BasicBlock *block, BasicBlockState *newState) in ProcessPhis() 491 …Analysis::MergeProcessor::MergeState(StateOwner inst, BasicBlock *block, BasicBlockState *newState) in MergeState()
|
| /arkcompiler/ets_frontend/arkguard/tools/memory-line-viewer/assets/ |
| D | index-DAjlO3pK.js | 23 …4098)!==0&&(o=i.return),a=i.return;while(a)}return i.tag===3?o:null}function re(a){if(a.tag===13){…
|