| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | binary_buffer_parser.cpp | 20 void BinaryBufferParser::ParseBuffer(void *dst, uint32_t count) in ParseBuffer() 32 void BinaryBufferParser::ParseBuffer(void *dst, uint32_t count, uint32_t offset) in ParseBuffer() 38 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
|
| D | test-ts-static-blocks-in-class5.ts | 25 static get count(): number { variable
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule93.ts | 21 count: number = 1 property in A 31 count: number = 1 property in A1
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/ |
| D | rule93.ts | 21 count: number = 1 property in A 31 count: number = 1 property in A1
|
| /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() 147 ALWAYS_INLINE void RecordCountMovedTenured(size_t count) in RecordCountMovedTenured() 175 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/runtime_core/static_core/runtime/ |
| D | handle_storage-inl.h | 94 uint32_t count = (i != nid) ? NODE_BLOCK_SIZE : offset; in UpdateHeapObject() local 118 uint32_t count = (i != nid) ? NODE_BLOCK_SIZE : offset; in VisitGCRoots() local 142 uint32_t count = (i != nid) ? NODE_BLOCK_SIZE : offset; in UpdateHeapObject() local 162 uint32_t count = (i != nid) ? NODE_BLOCK_SIZE : offset; in VisitGCRoots() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_tracker_second_test.cpp | 64 …void UpdateHeapStats([[maybe_unused]] HeapStat* updateData, [[maybe_unused]] int32_t count) overri… in UpdateHeapStats() 117 int count = 100; in HWTEST_F_L0() local 148 int count = 100; in HWTEST_F_L0() local 179 int count = 100; in HWTEST_F_L0() local 210 int count = 100; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | file_stream.h | 45 void UpdateHeapStats([[maybe_unused]] HeapStat* data, [[maybe_unused]] int32_t count) override in UpdateHeapStats() 76 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_frontend/es2panda/test/parser/ts/ |
| D | test-static-blocks-in-class3.ts | 18 count = 0; property in ErrorFoo
|
| /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/ets_runtime/ecmascript/ |
| D | js_arraybuffer.cpp | 29 …opyDataBlockBytes(JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count) in CopyDataBlockBytes() 36 void JSArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32_t count) in CopyDataPointBytes()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | heap_verifier.h | 32 …explicit HeapReferenceVerifier(HeapManager *heap, size_t *count) : heap_(heap), failCount_(count) … in HeapReferenceVerifier() 52 HeapObjectVerifier(HeapManager *heap, size_t *count) : heap_(heap), failCount_(count) {} in HeapObjectVerifier()
|
| /arkcompiler/ets_runtime/test/aottest/pgo_call_recursive_js/ |
| D | pgo_call_recursive_js.js | 16 let count = 0; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | utils.cpp | 27 uint32_t count = 1U; in CountDigits() local
|
| /arkcompiler/ets_runtime/test/moduletest/weaktransitions/ |
| D | weaktransitions.js | 22 var count = 0; variable
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | native_stack.cpp | 42 std::string BuildNumber(int count) in BuildNumber() 55 void DumpKernelStack(std::ostream &os, pid_t tid, const char *tag, bool count) in DumpKernelStack() 159 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | object_helpers_test.cpp | 164 size_t count = 0; in TEST_F() local 193 size_t count = 0; in TEST_F() local 224 size_t count = 0; in TEST_F() local 255 size_t count = 0; in TEST_F() local 276 size_t count = 0; in TEST_F() local
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | native_stack.cpp | 26 bool WriterOsFile([[maybe_unused]] const void *buffer, [[maybe_unused]] size_t count, [[maybe_unuse… in WriterOsFile()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | dumper.cpp | 25 int count = 0; in DumpLiterals() local
|