Home
last modified time | relevance | path

Searched defs:counter (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/tests/
Dworker_queue_test.cpp46 explicit CountingJob(std::atomic<int>& counter) : counter_(counter) {} in CountingJob()
69 std::atomic<int> counter(0); variable
82 std::atomic<int> counter(0); variable
98 std::atomic<int> counter(0); variable
118 std::atomic<int> counter(0); variable
140 std::atomic<int> counter(0); variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/for_of/ts_to_sts/objects_with_symbol_iterator/
Dobjects_with_symbol_iterator.ts19 private counter: number = 0; property in CustomArrayIterTest
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dperf_counter.cpp337 void CounterReporter::ReportLongCounter(std::ostream &out, const char *title, CounterValue counter) in ReportLongCounter()
354 void CounterReporter::ReportLongCounter(std::ostream &out, const char *title, CounterValue counter, in ReportLongCounter()
379 void CounterReporter::ReportTimeCounter(std::ostream &out, const char *title, CounterValue counter) in ReportTimeCounter()
394 void CounterReporter::ReportCounterRatio(std::ostream &out, CounterValue counter, CounterValue deno… in ReportCounterRatio()
482 void Report(std::ostream &out, const char *title, CounterValue counter, in Report()
496 …void Report(std::ostream &out, const char *title, CounterValue counter, const Perf *p) const overr… in Report()
508 …void Report(std::ostream &out, const char *title, CounterValue counter, const Perf *p) const overr… in Report()
519 void Report(std::ostream &out, const char *title, CounterValue counter, in Report()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinvokation_helper.cpp27 void CountMethodTypes(panda_file::ShortyIterator &it, arch::ArgCounter<RUNTIME_ARCH> counter) in CountMethodTypes()
Dinvokation_helper.h105 arch::ArgCounter<RUNTIME_ARCH> counter; in InvokeEntryPoint() local
133 arch::ArgCounter<RUNTIME_ARCH> counter; in InvokeDynEntryPoint() local
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_mix_type.ts28 const counter = <Counter>function (start: number) { }; constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DNameGenerator.ts17 private counter = 0; property in NameGenerator
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
Dtask_scheduler_test.cpp145 for (auto &counter : counters) { in TEST_F() local
183 for (auto &counter : counters) { in TEST_F() local
282 for (auto &counter : counters) { in TEST_F() local
300 std::atomic_size_t counter = 0U; in TEST_F() local
334 std::atomic_size_t counter = 0U; in TEST_F() local
400 for (auto &counter : counters) { in TEST_F() local
Dtask_test.cpp36 size_t counter = 0; in TEST_F() local
91 std::atomic_size_t counter = 0; in TEST_F() local
122 std::atomic_size_t counter = 0; in TEST_F() local
161 std::atomic_size_t counter = 0; in TEST_F() local
Dtask_manager_gc_corner_case_test.cpp99 volatile size_t counter = 0; in LoadRunner() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcreated_object_file.cpp94 uint32_t counter = 0; in GetStackMapInfo() local
106 uint32_t counter = 0; in GetFaultMapInfo() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.h150 size_t &counter = checker_->ConstraintCheckScopesCount(); in ConstraintCheckScope() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dlinear_order.cpp193 auto counter = GetGraph()->GetBranchCounter(block, trueSucc); in GetBranchCounter() local
241 int64_t counter = 0; in GetConditionChainTrueSuccessorCounter() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DopAssignment.cpp143 static std::string GetFormatPlaceholder(const ir::Expression *expr, const size_t counter) in GetFormatPlaceholder()
165 ir::MemberExpression *expr, ArenaAllocator *const allocator, size_t counter = 1) in GenerateNestedMemberAccess()
201 …er::TokenType opEqual, ir::MemberExpression *expr, ArenaAllocator *const allocator, size_t counter) in GenerateStringForAssignment()
/arkcompiler/runtime_core/static_core/runtime/
Dosr.cpp246 arch::ArgCounter<RUNTIME_ARCH> counter; in GetStackParamsSize() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_trigger.cpp268 static std::atomic<uint64_t> counter = 0; in TriggerGcIfNeeded() local
349 void SchedGCOnNthAllocTrigger::ScheduleGc(GCTaskCause cause, uint32_t counter) in ScheduleGc()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_gc.cpp111 static int counter = 0; in StartGC() local
/arkcompiler/runtime_core/libabckit/tests/internal/ICSlotAllocator/
DICSlotAllocator.cpp52 uint32_t counter = 0; in CheckICSlots() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_ast_node_type_analyzer.cpp74 static NodeCounter counter; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp93 ArgCounter counter; in EtsNapiCalcStackArgsSpaceSize() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_gc.cpp308 extern "C" void StdGCScheduleGCAfterNthAlloc(EtsInt counter, EtsInt cause) in StdGCScheduleGCAfterNthAlloc()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/sts_vm_interface_impl_tests/
Dsts_vm_interface_impl_tests.cpp233 size_t counter = 0; in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/values/
Dvalues_test.cpp146 size_t counter = 0; in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/basic_blocks/
Dbasic_blocks_dynamic.cpp391 uint32_t counter = 0; in TEST_F() local
410 uint32_t counter = 0; in TEST_F() local
431 uint32_t counter = 0; in TEST_F() local
Dbasic_blocks_static.cpp353 uint32_t counter = 0; in TEST_F() local
373 uint32_t counter = 0; in TEST_F() local
396 uint32_t counter = 0; in TEST_F() local

12