Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h209 inline void SetLargeStrCount(JSThread *thread, uint32_t newCount) in SetLargeStrCount()
214 inline void SetConflictCount(JSThread *thread, uint32_t newCount) in SetConflictCount()
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.cpp180 uint32_t newCount = mark.GetLockCount() + 1; in MonitorEnter() local
305 uint32_t newCount = mark.GetLockCount() - 1; in MonitorExit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp800 GateRef newCount = Int32(ProfileTypeInfo::DUMP_PEROID_INDEX); in SetDumpPeriodIndex() local
807 GateRef newCount = Int32(ProfileTypeInfo::PRE_DUMP_PEROID_INDEX); in SetPreDumpPeriodIndex() local