Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/
Dinvokation_helper.h102 arch::ArgCounter<RUNTIME_ARCH> counter; in InvokeEntryPoint() local
158 arch::ArgCounter<RUNTIME_ARCH> counter; in InvokeDynEntryPoint() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp210 int counter = 0; in CheckStringTableValidity() local
Dmethod.h225 inline NO_THREAD_SANITIZE void SetHotnessCounter(int16_t counter) in SetHotnessCounter()
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_trigger.cpp257 static std::atomic<uint64_t> counter = 0; in IsGcTriggered() local
Dgc.cpp86 size_t counter = gc_counter_.load(std::memory_order_acquire); in GetLogPrefix() local
/arkcompiler/runtime_core/runtime/
Dmonitor.cpp370 uint64_t counter = monitor->recursive_counter_; in Wait() local
/arkcompiler/runtime_core/runtime/include/
Dmethod.h359 inline NO_THREAD_SANITIZE void SetHotnessCounter(uint32_t counter) in SetHotnessCounter()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp95 TypeCounter counter(this); in StartTypeExtractor() local
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp472 auto counter = reinterpret_cast<std::atomic_uint32_t *>(slot); in ResolveStringAotEntrypoint() local