/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/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/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_runtime/test/moduletest/weaktransitions/ |
D | weaktransitions.js | 22 var count = 0; variable
|
/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()
|
D | tagged_node.cpp | 39 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
|
D | template_string.cpp | 39 uint32_t count = cookedStrings->GetArrayLength(); in GetTemplateObject() 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
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
D | heap_tracker_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 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/ |
D | native_stack.cpp | 39 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | pgo_bc_info.cpp | 48 uint32_t count = 0; in GetPGOExtendGTCount() local
|
/arkcompiler/toolchain/tooling/agent/ |
D | heapprofiler_impl.h | 131 void UpdateHeapStats(HeapStat* updateData, int32_t count) override in UpdateHeapStats()
|
/arkcompiler/ets_runtime/test/moduletest/container/ |
D | container_hashmap.js | 184 let count = 0; variable
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | mem_controller.h | 124 int count = recordedSurvivalRates_.Count(); in GetAverageSurvivalRate() local
|
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
D | runtime_stat.cpp | 23 EcmaRuntimeStat::EcmaRuntimeStat(const char *const runtimeCallerNames[], int count) in EcmaRuntimeStat()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_array_buffer_test.cpp | 74 int32_t count = 5; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/test/ |
D | run_ts_test262.py | 177 count = 0 variable
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | compilerStatistics.ts | 28 private count: number = 1; property in ItemValue
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | js_pandafile_test.cpp | 135 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/ |
D | checker.rb | 290 def EVENTS_COUNT(match, count) argument 345 def INST_COUNT(match, count) argument
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
D | mutex.h | 107 void SetRecursiveCount(int count) in SetRecursiveCount()
|
/arkcompiler/ets_runtime/ecmascript/require/ |
D | js_cjs_module_cache.h | 85 int count = 1; in FindEntry() local
|
/arkcompiler/ets_frontend/arkguard/test/ut/ |
D | NameGenerator.spec.ts | 65 let count = 0; variable
|