| /arkcompiler/ets_runtime/common_components/base/ |
| D | rw_lock.h | 29 int count = lockCount_.load(std::memory_order_acquire); in LockRead() local 40 …for (int count = 0; !lockCount_.compare_exchange_weak(count, WRITE_LOCKED, std::memory_order_relea… in LockWrite() local 48 int count = 0; in TryLockWrite() local 57 int count = lockCount_.load(std::memory_order_acquire); in TryLockRead() local 68 int count = lockCount_.fetch_sub(1); in UnlockRead() local
|
| D | mem_utils.cpp | 20 void MemorySet(uintptr_t dest, size_t size, int c, size_t count) in MemorySet() 34 void MemoryCopy(uintptr_t dest, size_t size, const uintptr_t src, size_t count) in MemoryCopy()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | binary_buffer_parser.cpp | 19 void BinaryBufferParser::ParseBuffer(void *dst, uint32_t count) in ParseBuffer() 31 void BinaryBufferParser::ParseBuffer(void *dst, uint32_t count, uint32_t offset) in ParseBuffer() 37 void BinaryBufferParser::ParseBuffer(uint8_t *dst, uint32_t count, uint8_t *src) in ParseBuffer()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-static-blocks-in-class2.ts | 25 static get count(): number { method in PrivateFoo 28 get count(): number { method in PrivateFoo
|
| D | test-ts-static-blocks-in-class1.ts | 26 static count: number = 0; property in Foo
|
| D | test-ts-static-blocks-in-class4.ts | 26 static count: number = 0; variable
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | generational-gc-base.h | 91 ALWAYS_INLINE void RecordCountFreedYoung(size_t count) in RecordCountFreedYoung() 119 ALWAYS_INLINE void RecordCountMovedYoung(size_t count) in RecordCountMovedYoung() 157 ALWAYS_INLINE void RecordCountMovedTenured(size_t count) in RecordCountMovedTenured() 185 ALWAYS_INLINE void RecordCountFreedTenured(size_t count) in RecordCountFreedTenured()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | param_annotations_data_accessor.h | 28 … AnnotationArray(uint32_t count, Span<const uint8_t> offsets) : count_(count), offsets_(offsets) {} in AnnotationArray() 78 auto count = helpers::Read<COUNT_SIZE>(&sp); in EnumerateAnnotationArrays() local 94 auto count = helpers::Read<COUNT_SIZE>(&sp); in GetAnnotationArray() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | param_annotations_data_accessor.h | 28 … AnnotationArray(uint32_t count, Span<const uint8_t> offsets) : count_(count), offsets_(offsets) {} in AnnotationArray() 78 auto count = helpers::Read<COUNT_SIZE>(&sp); in EnumerateAnnotationArrays() local 94 auto count = helpers::Read<COUNT_SIZE>(&sp); in GetAnnotationArray() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | barriers-inl.h | 130 size_t count) in CopyBackward() 142 size_t count) in CopyForward() 158 const JSTaggedValue *srcAddr, size_t count) in CopyObject() 222 size_t count) in CopyObjectPrimitive()
|
| D | barriers.cpp | 73 size_t count) in BatchBitSet() 118 size_t count) in CMCArrayCopyWriteBarrier() 168 size_t count) in CMCArrayCopyWriteBarrier() 215 size_t count) in CMCArrayCopyReadBarrierForward() 224 size_t count) in CMCArrayCopyReadBarrierBackward()
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/ |
| D | LoopStructuresTest.js | 24 let count = 0; variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-static-blocks-in-class3.ts | 18 count = 0; property in ErrorFoo
|
| /arkcompiler/ets_runtime/test/aottest/string_localecompare/ |
| D | string_localecompare.ts | 34 const count = 100; constant
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_tracker_second_test.cpp | 68 …void UpdateHeapStats([[maybe_unused]] HeapStat* updateData, [[maybe_unused]] int32_t count) overri… in UpdateHeapStats() 121 int count = 100; in HWTEST_F_L0() local 157 int count = 100; in HWTEST_F_L0() local 194 int count = 100; in HWTEST_F_L0() local 230 int count = 100; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | file_stream.h | 50 void UpdateHeapStats([[maybe_unused]] HeapStat* data, [[maybe_unused]] int32_t count) override in UpdateHeapStats() 82 void UpdateHeapStats([[maybe_unused]] HeapStat* data, [[maybe_unused]] int32_t count) override in UpdateHeapStats()
|
| D | stream.h | 22 HeapStat(int32_t index, int32_t count, int32_t size) in HeapStat()
|
| /arkcompiler/ets_runtime/test/aottest/proxy_fast_call/ |
| D | proxy_fast_call.ts | 16 var count = 2; variable
|
| /arkcompiler/ets_runtime/test/jittest/proxy_fast_call/ |
| D | proxy_fast_call.ts | 16 var count = 2; variable
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/ |
| D | LoopStructuresTest.ts | 24 let count = 0; variable
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/ |
| D | LoopStructuresTest.java | 32 int count = 0; in main() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | native_stack.cpp | 32 [[maybe_unused]] bool count) in DumpKernelStack() 46 bool WriterOsFile([[maybe_unused]] const void *buffer, [[maybe_unused]] size_t count, [[maybe_unuse… in WriterOsFile()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/class_init_by_rest_param/bu_d2s/ |
| D | class_init_by_rest_j2a.js | 30 this.createArgArray = function(count) { argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/class_init_by_rest_param/bu_d2d/ |
| D | class_init_by_rest_j2j.js | 29 this.createArgArray = function(count) { argument
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_sendable_arraybuffer.cpp | 23 JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count) in CopyDataBlockBytes() 30 …ndableArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32_t count) in CopyDataPointBytes()
|