Home
last modified time | relevance | path

Searched defs:newCount (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor.cpp144 uint32_t newCount = mark.GetLockCount() + 1; in HandleLightLockedState() local
330 uint32_t newCount = mark.GetLockCount() - 1; in MonitorExit() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.h268 inline void SetLargeStrCount(JSThread *thread, uint32_t newCount) in SetLargeStrCount() argument
273 inline void SetConflictCount(JSThread *thread, uint32_t newCount) in SetConflictCount() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp868 GateRef newCount = Int32(ProfileTypeInfo::DUMP_PERIOD_INDEX); in SetDumpPeriodIndex() local
869 Store(VariableType::INT32(), glue, profileTypeInfo, periodCounterOffset, newCount); in SetDumpPeriodIndex() local
875 GateRef newCount = Int32(ProfileTypeInfo::PRE_DUMP_PERIOD_INDEX); in SetPreDumpPeriodIndex() local
876 Store(VariableType::INT32(), glue, profileTypeInfo, periodCounterOffset, newCount); in SetPreDumpPeriodIndex() local

Completed in 5 milliseconds