Home
last modified time | relevance | path

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

/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/ets2panda/linter/lib/utils/functions/
DNameGenerator.ts17 private counter = 0; property in NameGenerator
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_mix_type.ts28 const counter = <Counter>function (start: number) { }; constant
/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/runtime_core/static_core/libpandabase/tests/taskmanager/
Dtask_scheduler_test.cpp154 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
Dtask_test.cpp67 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/
DtypeRelationContext.h136 size_t &counter = checker_->ConstraintCheckScopesCount(); in ConstraintCheckScope() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dlinear_order.cpp187 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/
Dprofile.h47 std::vector<uint32> counter; member
/arkcompiler/runtime_core/static_core/runtime/
Dosr.cpp246 arch::ArgCounter<RUNTIME_ARCH> counter; in GetStackParamsSize() local
Dmonitor.cpp408 uint64_t counter = monitor->recursiveCounter_; in Wait() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/
Dinstrument.cpp27 static inline void RegisterInFuncInfo(MIRFunction &func, const MIRSymbol &counter, uint64 elemCnt, … in RegisterInFuncInfo()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-evacuate-regions-worker-state-inl.h183 explicit ConcurrentRemSetDistributor(std::atomic_size_t &counter) : counter_(counter) {} in ConcurrentRemSetDistributor()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_trigger.cpp268 static std::atomic<uint64_t> counter = 0; in TriggerGcIfNeeded() local
350 void SchedGCOnNthAllocTrigger::ScheduleGc(GCTaskCause cause, uint32_t counter) in ScheduleGc()
Dgc.cpp97 size_t counter = gcCounter_.load(std::memory_order_acquire); in GetLogPrefix() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp92 ArgCounter counter; in EtsNapiCalcStackArgsSpaceSize() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_gc.cpp422 extern "C" void StdGCScheduleGCAfterNthAlloc(EtsInt counter, EtsInt cause) in StdGCScheduleGCAfterNthAlloc()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h359 inline NO_THREAD_SANITIZE void SetHotnessCounter(uint32_t counter) in SetHotnessCounter()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h234 inline NO_THREAD_SANITIZE void SetHotnessCounter(int16_t counter) in SetHotnessCounter()
Decma_string_table.cpp603 int counter = 0; in CheckStringTableValidity() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp2615 uint8_t counter = 0; in ParseMultiArrayHallmark() local
/arkcompiler/runtime_core/static_core/assembler/tests/
Dparser_test.cpp3617 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/
Dentrypoints.cpp488 auto counter = reinterpret_cast<std::atomic_uint32_t *>(slot); in ResolveStringAotEntrypoint() local