Searched refs:counts (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | gcov_profile.h | 41 : 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 D | js_module_deregister.cpp | 52 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 D | heap_manager.cpp | 369 * @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 D | heap_manager.h | 142 void CountInstances(const PandaVector<Class *> &classes, bool assignable, uint64_t *counts);
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.h | 362 void SetTotalCaptureCounts(JSThread *thread, JSTaggedValue counts) in SetTotalCaptureCounts() argument 364 Set(thread, TOTAL_CAPTURE_COUNTS_INDEX, counts); in SetTotalCaptureCounts()
|
Completed in 4 milliseconds