Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 239) sorted by relevance

12345678910

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dbinary_buffer_parser.cpp19 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/
Dtest-ts-static-blocks-in-class2.ts25 static get count(): number { method in PrivateFoo
28 get count(): number { method in PrivateFoo
Dtest-ts-static-blocks-in-class1.ts26 static count: number = 0; property in Foo
Dtest-ts-static-blocks-in-class4.ts26 static count: number = 0; variable
/arkcompiler/ets_runtime/ecmascript/
Dmutator_lock.h48 explicit SuspendBarrier(int32_t count) : passBarrierCount_(count) in SuspendBarrier()
65 void Initialize(int32_t count) in Initialize()
Djs_arraybuffer.cpp23 …opyDataBlockBytes(JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count) in CopyDataBlockBytes()
30 void JSArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32_t count) in CopyDataPointBytes()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgenerational-gc-base.h91 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/
Dparam_annotations_data_accessor.h28 … 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/
Dparam_annotations_data_accessor.h28 … 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/
Dbarriers-inl.h111 static inline void CopyMaybeOverlap(JSTaggedValue* dst, const JSTaggedValue* src, size_t count) in CopyMaybeOverlap()
120 …CopyNoOverlap(JSTaggedValue* __restrict__ dst, const JSTaggedValue* __restrict__ src, size_t count) in CopyNoOverlap()
130 const JSTaggedValue *srcAddr, size_t count) in CopyObject()
182 …line void Barriers::CopyObjectPrimitive(JSTaggedValue* dst, const JSTaggedValue* src, size_t count) in CopyObjectPrimitive()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-static-blocks-in-class3.ts18 count = 0; property in ErrorFoo
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DLoopStructuresTest.js24 let count = 0; variable
/arkcompiler/runtime_core/static_core/runtime/
Dhandle_storage-inl.h96 uint32_t count = (i != nid) ? NODE_BLOCK_SIZE : offset; in UpdateHeapObject() local
121 uint32_t count = (i != nid) ? NODE_BLOCK_SIZE : offset; in VisitGCRoots() local
146 uint32_t count = (i != nid) ? NODE_BLOCK_SIZE : offset; in UpdateHeapObject() local
167 uint32_t count = (i != nid) ? NODE_BLOCK_SIZE : offset; in VisitGCRoots() local
/arkcompiler/ets_runtime/test/aottest/string_localecompare/
Dstring_localecompare.ts34 const count = 100; constant
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dfile_stream.h49 void UpdateHeapStats([[maybe_unused]] HeapStat* data, [[maybe_unused]] int32_t count) override in UpdateHeapStats()
81 void UpdateHeapStats([[maybe_unused]] HeapStat* data, [[maybe_unused]] int32_t count) override in UpdateHeapStats()
Dstream.h22 HeapStat(int32_t index, int32_t count, int32_t size) in HeapStat()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_second_test.cpp68 …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
193 int count = 100; in HWTEST_F_L0() local
229 int count = 100; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DLoopStructuresTest.ts24 let count = 0; variable
/arkcompiler/ets_runtime/test/jittest/proxy_fast_call/
Dproxy_fast_call.ts16 var count = 2; variable
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DLoopStructuresTest.java32 int count = 0; in main() local
/arkcompiler/ets_runtime/test/aottest/proxy_fast_call/
Dproxy_fast_call.ts16 var count = 2; variable
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dnative_stack.cpp32 [[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/test/aottest/pgo_call_recursive_js/
Dpgo_call_recursive_js.js16 let count = 0; variable
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_sendable_arraybuffer.cpp23 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()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_verifier.h32 …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()

12345678910