Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/statistics/scan/
DCountFile.ts91 for (const [type, counts] of Object.entries(result)) { constant
/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.cpp57 uint16_t counts = module->GetRegisterCounts(); in FreeModuleRecord() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_manager.cpp385 …HeapManager::CountInstances(const PandaVector<Class *> &classes, bool assignable, uint64_t *counts) in CountInstances()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h407 void SetTotalCaptureCounts(JSThread *thread, JSTaggedValue counts) in SetTotalCaptureCounts()