| /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/ets2panda/linter/lib/utils/functions/ |
| D | NameGenerator.ts | 17 private counter = 0; property in NameGenerator
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/ |
| D | interface_mix_type.ts | 28 const counter = <Counter>function (start: number) { }; constant
|
| /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/runtime_core/static_core/libpandabase/tests/taskmanager/ |
| D | task_scheduler_test.cpp | 154 for (auto &counter : counters) { in TEST_F() local 232 for (auto &counter : counters) { in TEST_F() local 334 for (auto &counter : counters) { in TEST_F() local 354 std::atomic_size_t counter = 0U; in TEST_F() local 391 std::atomic_size_t counter = 0U; in TEST_F() local 462 for (auto &counter : counters) { in TEST_F() local
|
| D | task_test.cpp | 67 size_t counter = 0; in TEST_F() local 129 std::atomic_size_t counter = 0; in TEST_F() local 160 std::atomic_size_t counter = 0; in TEST_F() local 203 std::atomic_size_t counter = 0; in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeRelationContext.h | 136 size_t &counter = checker_->ConstraintCheckScopesCount(); in ConstraintCheckScope() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | linear_order.cpp | 187 auto counter = GetGraph()->GetBranchCounter(block, trueSucc); in GetBranchCounter() local 235 int64_t counter = 0; in GetConditionChainTrueSuccessorCounter() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | profile.h | 47 std::vector<uint32> counter; member
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | osr.cpp | 246 arch::ArgCounter<RUNTIME_ARCH> counter; in GetStackParamsSize() local
|
| D | monitor.cpp | 408 uint64_t counter = monitor->recursiveCounter_; in Wait() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/ |
| D | instrument.cpp | 27 static inline void RegisterInFuncInfo(MIRFunction &func, const MIRSymbol &counter, uint64 elemCnt, … in RegisterInFuncInfo()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-evacuate-regions-worker-state-inl.h | 183 explicit ConcurrentRemSetDistributor(std::atomic_size_t &counter) : counter_(counter) {} in ConcurrentRemSetDistributor()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_trigger.cpp | 268 static std::atomic<uint64_t> counter = 0; in TriggerGcIfNeeded() local 350 void SchedGCOnNthAllocTrigger::ScheduleGc(GCTaskCause cause, uint32_t counter) in ScheduleGc()
|
| D | gc.cpp | 97 size_t counter = gcCounter_.load(std::memory_order_acquire); in GetLogPrefix() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_helpers.cpp | 92 ArgCounter counter; in EtsNapiCalcStackArgsSpaceSize() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_gc.cpp | 422 extern "C" void StdGCScheduleGCAfterNthAlloc(EtsInt counter, EtsInt cause) in StdGCScheduleGCAfterNthAlloc()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method.h | 359 inline NO_THREAD_SANITIZE void SetHotnessCounter(uint32_t counter) in SetHotnessCounter()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.h | 234 inline NO_THREAD_SANITIZE void SetHotnessCounter(int16_t counter) in SetHotnessCounter()
|
| D | ecma_string_table.cpp | 603 int counter = 0; in CheckStringTableValidity() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-parser.cpp | 2615 uint8_t counter = 0; in ParseMultiArrayHallmark() local
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | parser_test.cpp | 3617 auto counter = 0; in TEST() local 3692 int counter = 0; in TEST() local 3719 auto counter = 0; in TEST() local
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 488 auto counter = reinterpret_cast<std::atomic_uint32_t *>(slot); in ResolveStringAotEntrypoint() local
|