Home
last modified time | relevance | path

Searched defs:counts (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dgcov_profile.h104 MapleVector<gcov_type> counts; variable
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_deregister.cpp55 uint16_t counts = module->GetRegisterCounts(); in FreeModuleRecord() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_manager.cpp380 …HeapManager::CountInstances(const PandaVector<Class *> &classes, bool assignable, uint64_t *counts) in CountInstances()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h370 void SetTotalCaptureCounts(JSThread *thread, JSTaggedValue counts) in SetTotalCaptureCounts()