Home
last modified time | relevance | path

Searched defs:counter (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinvokation_helper.cpp27 void CountMethodTypes(panda_file::ShortyIterator &it, arch::ArgCounter<RUNTIME_ARCH> counter) in CountMethodTypes() argument
H A Dinvokation_helper.h105 arch::ArgCounter<RUNTIME_ARCH> counter; in InvokeEntryPoint() local
133 arch::ArgCounter<RUNTIME_ARCH> counter; in InvokeDynEntryPoint() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
H A Dtask_test.cpp67 size_t counter = 0; in TEST_F() local
129 std::atomic_size_t counter = 0; TEST_F() local
160 std::atomic_size_t counter = 0; TEST_F() local
203 std::atomic_size_t counter = 0; global() local
[all...]
H A Dtask_scheduler_test.cpp354 std::atomic_size_t counter in TEST_F() local
391 std::atomic_size_t counter = 0U; TEST_F() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeRelationContext.h137 size_t &counter = checker_->ConstraintCheckScopesCount(); in ConstraintCheckScope() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Dcreated_object_file.cpp94 uint32_t counter = 0; in GetStackMapInfo() local
106 uint32_t counter = 0; in GetFaultMapInfo() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dosr.cpp246 arch::ArgCounter<RUNTIME_ARCH> counter; in GetStackParamsSize() local
[all...]
H A Dmonitor.cpp408 uint64_t counter = monitor->recursiveCounter_; in Wait() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_gc.cpp102 static int counter = 0; in StartGC() local
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dparser_test.cpp3695 auto counter = 0; in TEST() local
3770 int counter = 0; TEST() local
3797 auto counter = 0; TEST() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dlinear_order.cpp193 auto counter = GetGraph()->GetBranchCounter(block, trueSucc); in GetBranchCounter() local
241 int64_t counter = 0; in GetConditionChainTrueSuccessorCounter() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_helpers.cpp92 ArgCounter counter; in EtsNapiCalcStackArgsSpaceSize() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_trigger.cpp268 static std::atomic<uint64_t> counter = 0; in TriggerGcIfNeeded() local
350 void SchedGCOnNthAllocTrigger::ScheduleGc(GCTaskCause cause, uint32_t counter) in ScheduleGc() argument
H A Dgc.cpp98 size_t counter = gcCounter_.load(std::memory_order_acquire); in GetLogPrefix() local
/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.h234 inline NO_THREAD_SANITIZE void SetHotnessCounter(int16_t counter) in SetHotnessCounter() argument
H A Decma_string_table.cpp602 int counter = 0; in CheckStringTableValidity() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_gc.cpp423 extern "C" void StdGCScheduleGCAfterNthAlloc(EtsInt counter, EtsInt cause) in StdGCScheduleGCAfterNthAlloc() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h359 inline NO_THREAD_SANITIZE void SetHotnessCounter(uint32_t counter) in SetHotnessCounter() argument
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-parser.cpp2615 uint8_t counter = 0; in ParseMultiArrayHallmark() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp488 auto counter = reinterpret_cast<std::atomic_uint32_t *>(slot); in ResolveStringAotEntrypoint() local

Completed in 26 milliseconds