Home
last modified time | relevance | path

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

1234

/arkcompiler/runtime_core/runtime/mem/gc/
Dgenerational-gc-base.h125 ALWAYS_INLINE void RecordCountFreedYoung(size_t count) in RecordCountFreedYoung()
153 ALWAYS_INLINE void RecordCountMovedYoung(size_t count) in RecordCountMovedYoung()
181 ALWAYS_INLINE void RecordCountMovedTenured(size_t count) in RecordCountMovedTenured()
209 ALWAYS_INLINE void RecordCountFreedTenured(size_t count) in RecordCountFreedTenured()
/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/runtime_core/runtime/
Dhandle_storage-inl.h94 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/
Dfile_stream.h45 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()
Dstream.h22 HeapStat(int32_t index, int32_t count, int32_t size) in HeapStat()
/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.cpp27 …opyDataBlockBytes(JSTaggedValue toBlock, JSTaggedValue fromBlock, int32_t fromIndex, int32_t count) in CopyDataBlockBytes()
34 void JSArrayBuffer::CopyDataPointBytes(void *toBuf, void *fromBuf, int32_t fromIndex, int32_t count) in CopyDataPointBytes()
Dtagged_node.cpp39 JSHandle<JSTaggedValue> value, int count) in InitRBTreeNode()
217 uint32_t count = Count(treeNode->GetLeft()) + Count(treeNode->GetRight()) + 1; in Set() local
236 uint32_t count = Count(GetLeft()) + Count(GetRight()) + 1; in RotateLeft() local
255 uint32_t count = Count(GetLeft()) + Count(GetRight()) + 1; in RotateRight() local
288 uint32_t count = Count(treeNode->GetLeft()) + Count(treeNode->GetRight()) + 1; in Balance() local
Dtemplate_string.cpp39 uint32_t count = cookedStrings->GetArrayLength(); in GetTemplateObject() local
/arkcompiler/runtime_core/runtime/mem/
Dheap_verifier.h34 …explicit HeapReferenceVerifier(HeapManager *heap, size_t *count) : HEAP(heap), FAIL_COUNT(count) {} in HeapReferenceVerifier()
54 HeapObjectVerifier(HeapManager *heap, size_t *count) : HEAP(heap), FAIL_COUNT(count) {} in HeapObjectVerifier()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp64 … void UpdateHeapStats([[maybe_unused]]HeapStat* updateData, [[maybe_unused]]int32_t count) override in UpdateHeapStats()
117 int count = 100; in HWTEST_F_L0() local
170 int count = 100; in HWTEST_F_L0() local
233 int count = 100; in HWTEST_F_L0() local
313 int count = 100; in HWTEST_F_L0() local
343 int count = 100; in HWTEST_F_L0() local
373 int count = 100; in HWTEST_F_L0() local
403 int count = 100; in HWTEST_F_L0() local
442 int count = 100; in HWTEST_F_L0() local
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dcombined_event_loop.cpp32 for (unsigned count = 2; count-- != 0;) { in RunOne() local
/arkcompiler/ets_runtime/test/moduletest/weaktransitions/
Dweaktransitions.js22 var count = 0; variable
/arkcompiler/runtime_core/runtime/tests/
Dobject_helpers_test.cpp162 size_t count = 0; in TEST_F() local
191 size_t count = 0; in TEST_F() local
222 size_t count = 0; in TEST_F() local
253 size_t count = 0; in TEST_F() local
274 size_t count = 0; in TEST_F() local
Dinternal_allocator_test.cpp81 static size_t count; member
94 size_t A::count = 0; member in panda::mem::test::A
Dstatic_analyzer_test.cpp90 size_t count = 0; in TEST_F() local
/arkcompiler/runtime_core/libpandabase/os/
Dnative_stack.cpp26 bool WriterOsFile([[maybe_unused]] const void *buffer, [[maybe_unused]] size_t count, [[maybe_unuse… in WriterOsFile()
/arkcompiler/ets_frontend/es2panda/util/
Ddumper.cpp25 int count = 0; in DumpLiterals() local
/arkcompiler/runtime_core/verification/value/tests/
Dvariables_test.cpp46 size_t count = 0; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/
Dlinear_order_test.cpp43 void UpdateBranchTaken(uint32_t pc, uint32_t count = 1) in UpdateBranchTaken()
52 void UpdateBranchNotTaken(uint32_t pc, uint32_t count = 1) in UpdateBranchNotTaken()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dnative_stack.cpp39 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile()
/arkcompiler/ets_runtime/test/fuzztest/stopheaptracking1_fuzzer/
Dstopheaptracking1_fuzzer.cpp46 int count = 100; in StopHeapTracking1FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/startheaptracking_fuzzer/
Dstartheaptracking_fuzzer.cpp47 int count = 100; in StartHeapTrackingFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/stopheaptracking2_fuzzer/
Dstopheaptracking2_fuzzer.cpp46 int count = 100; in StopHeapTracking2FuzzTest() local
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.h132 void UpdateHeapStats(HeapStat* updateData, int32_t count) override in UpdateHeapStats()
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_hashmap.js184 let count = 0; variable

1234