Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dbinary_buffer_parser.cpp20 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/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/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/test/moduletest/weaktransitions/
Dweaktransitions.js22 var count = 0; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.cpp29 …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()
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/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/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp64 …void UpdateHeapStats([[maybe_unused]] HeapStat* updateData, [[maybe_unused]] int32_t count) overri… in UpdateHeapStats()
117 int count = 100; in HWTEST_F_L0() local
171 int count = 100; in HWTEST_F_L0() local
226 int count = 100; in HWTEST_F_L0() local
313 int count = 100; in HWTEST_F_L0() local
344 int count = 100; in HWTEST_F_L0() local
375 int count = 100; in HWTEST_F_L0() local
406 int count = 100; in HWTEST_F_L0() local
446 int count = 100; in HWTEST_F_L0() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dnative_stack.cpp39 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.cpp48 uint32_t count = 0; in GetPGOExtendGTCount() local
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.h131 void UpdateHeapStats(HeapStat* updateData, int32_t count) override in UpdateHeapStats()
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_hashmap.js184 let count = 0; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.h124 int count = recordedSurvivalRates_.Count(); in GetAverageSurvivalRate() local
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Druntime_stat.cpp23 EcmaRuntimeStat::EcmaRuntimeStat(const char *const runtimeCallerNames[], int count) in EcmaRuntimeStat()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_buffer_test.cpp74 int32_t count = 5; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/
Drun_ts_test262.py177 count = 0 variable
/arkcompiler/ets_frontend/ts2panda/src/
DcompilerStatistics.ts28 private count: number = 1; property in ItemValue
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp135 int count = 0; in HWTEST_F_L0() local
169 int count = 0; in HWTEST_F_L0() local
219 int count = 0; in HWTEST_F_L0() local
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb290 def EVENTS_COUNT(match, count) argument
345 def INST_COUNT(match, count) argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.h107 void SetRecursiveCount(int count) in SetRecursiveCount()
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.h85 int count = 1; in FindEntry() local
/arkcompiler/ets_frontend/arkguard/test/ut/
DNameGenerator.spec.ts65 let count = 0; variable

1234