Searched defs:newCount (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | monitor.cpp | 144 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 D | builtins_regexp.h | 268 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 D | profiler_stub_builder.cpp | 868 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