Home
last modified time | relevance | path

Searched defs:newState (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtwiceNestedKeyofIndexInference.ts67 const newState: State = set(state, ["a", 'b'], 'why'); // shouldn't be an error constant
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp189 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/ets_runtime/ecmascript/compiler/
Dscheduler.cpp308 auto &newState = dfsStack.top(); in CalculateSchedulingUpperBound() local
386 auto &newState = dfsVisitStack.top(); in CalculateSchedulingLowerBound() local
440 auto &newState = dfsFinishStack.top(); in CalculateSchedulingLowerBound() local