Home
last modified time | relevance | path

Searched refs:counts (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dgcov_profile.h41 : ident(funcIdent), lineno_checksum(lineno_cs), cfg_checksum(cfg_cs), counts(alloc->Adapter()) {}; in GcovFuncInfo()
102 // Raw arc coverage counts.
104 MapleVector<gcov_type> counts; member in maple::GcovFuncInfo
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_deregister.cpp52 uint16_t counts = module->GetRegisterCounts(); in FreeModuleRecord() local
53 if (counts == 0) { in FreeModuleRecord()
56 LOG_FULL(INFO) << "try to remove module " << recordNameStr << ", register counts is " << counts; in FreeModuleRecord() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dheap_manager.cpp369 * @param assignable - whether the subclass of h_class counts
380 void HeapManager::CountInstances(const PandaVector<Class *> &classes, bool assignable, uint64_t *counts) in CountInstances() argument
389 ++counts[i]; in CountInstances()
H A Dheap_manager.h142 void CountInstances(const PandaVector<Class *> &classes, bool assignable, uint64_t *counts);
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.h362 void SetTotalCaptureCounts(JSThread *thread, JSTaggedValue counts) in SetTotalCaptureCounts() argument
364 Set(thread, TOTAL_CAPTURE_COUNTS_INDEX, counts); in SetTotalCaptureCounts()

Completed in 4 milliseconds