| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | worker_queue_test.cpp | 46 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/ |
| D | objects_with_symbol_iterator.ts | 19 private counter: number = 0; property in CustomArrayIterTest
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | perf_counter.cpp | 337 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/ |
| D | invokation_helper.cpp | 27 void CountMethodTypes(panda_file::ShortyIterator &it, arch::ArgCounter<RUNTIME_ARCH> counter) in CountMethodTypes()
|
| D | invokation_helper.h | 105 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/ |
| D | interface_mix_type.ts | 28 const counter = <Counter>function (start: number) { }; constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/ |
| D | NameGenerator.ts | 17 private counter = 0; property in NameGenerator
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/ |
| D | task_scheduler_test.cpp | 145 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
|
| D | task_test.cpp | 36 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
|
| D | task_manager_gc_corner_case_test.cpp | 99 volatile size_t counter = 0; in LoadRunner() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | created_object_file.cpp | 94 uint32_t counter = 0; in GetStackMapInfo() local 106 uint32_t counter = 0; in GetFaultMapInfo() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeRelationContext.h | 150 size_t &counter = checker_->ConstraintCheckScopesCount(); in ConstraintCheckScope() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | linear_order.cpp | 193 auto counter = GetGraph()->GetBranchCounter(block, trueSucc); in GetBranchCounter() local 241 int64_t counter = 0; in GetConditionChainTrueSuccessorCounter() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | opAssignment.cpp | 143 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/ |
| D | osr.cpp | 246 arch::ArgCounter<RUNTIME_ARCH> counter; in GetStackParamsSize() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_trigger.cpp | 268 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/ |
| D | builtins_gc.cpp | 111 static int counter = 0; in StartGC() local
|
| /arkcompiler/runtime_core/libabckit/tests/internal/ICSlotAllocator/ |
| D | ICSlotAllocator.cpp | 52 uint32_t counter = 0; in CheckICSlots() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_ast_node_type_analyzer.cpp | 74 static NodeCounter counter; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_helpers.cpp | 93 ArgCounter counter; in EtsNapiCalcStackArgsSpaceSize() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_gc.cpp | 308 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/ |
| D | sts_vm_interface_impl_tests.cpp | 233 size_t counter = 0; in TEST_F() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/values/ |
| D | values_test.cpp | 146 size_t counter = 0; in TEST_F() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/ir_core/basic_blocks/ |
| D | basic_blocks_dynamic.cpp | 391 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
|
| D | basic_blocks_static.cpp | 353 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
|