| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | string.h | 139 inline size_t CopyDataMUtf8(uint8_t *buf, size_t maxLength, bool isCString) in CopyDataMUtf8() 151 size_t CopyDataRegionMUtf8(uint8_t *buf, size_t start, size_t length, size_t maxLength) in CopyDataRegionMUtf8() 174 inline uint32_t CopyDataUtf16(uint16_t *buf, uint32_t maxLength) in CopyDataUtf16() 179 uint32_t CopyDataRegionUtf16(uint16_t *buf, uint32_t start, uint32_t length, uint32_t maxLength) in CopyDataRegionUtf16()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler_queue_aged_counter_priority.h | 33 … explicit CompilerPriorityAgedCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t maxLength, in CompilerPriorityAgedCounterQueue()
|
| D | compiler_thread_pool_worker.cpp | 46 …ace *CompilerThreadPoolWorker::CreateJITTaskQueue(const std::string &queueType, uint64_t maxLength, in CreateJITTaskQueue()
|
| D | compiler_queue_counter_priority.h | 78 explicit CompilerPriorityCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t maxLength, in CompilerPriorityCounterQueue()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string.h | 330 size_t CopyDataMUtf8(void *buf, size_t maxLength, bool isCString) in CopyDataMUtf8() 335 size_t CopyDataRegionMUtf8(void *buf, size_t start, size_t length, size_t maxLength) in CopyDataRegionMUtf8() 340 uint32_t CopyDataUtf16(void *buf, uint32_t maxLength) in CopyDataUtf16() 345 uint32_t CopyDataRegionUtf16(void *buf, uint32_t start, uint32_t length, uint32_t maxLength) in CopyDataRegionUtf16()
|
| /arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/ |
| D | setruntimeinfo_fuzzer.cpp | 51 constexpr int maxLength = 255; in SetRuntimeInfoFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.h | 454 size_t WriteOneByte(uint8_t *buf, size_t maxLength) const in WriteOneByte() 512 inline uint32_t CopyDataUtf16(uint16_t *buf, uint32_t maxLength) const in CopyDataUtf16() 1281 uint32_t WriteToOneByte(uint8_t *buf, uint32_t maxLength) in WriteToOneByte() 1288 uint32_t WriteToFlatUtf16(uint16_t *buf, uint32_t maxLength) const in WriteToFlatUtf16() 1300 static void WriteToFlat(EcmaString *src, Char *buf, uint32_t maxLength) in WriteToFlat()
|
| D | ecma_string-inl.h | 373 void EcmaString::WriteToFlat(EcmaString *src, Char *buf, uint32_t maxLength) in WriteToFlat() 455 [[ maybe_unused ]] uint32_t maxLength = src->GetLength(); in WriteToFlatWithPos() local
|
| /arkcompiler/jsvm/src/inspector/ |
| D | inspector_socket.cpp | 352 static const size_t maxLength = SIZE_MAX; in DecodeFrameHybi17() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global.cpp | 344 uint32_t maxLength, const JSHandle<EcmaString> &fillString, in StringPad()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.cpp | 717 auto maxLength = INT32_MAX; in FindBoundsRange() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 2292 uint32_t maxLength, JsArrayRequirements requirements) in IsJsArrayWithLengthLimit()
|
| D | builtins_string_stub_builder.cpp | 2404 GateRef maxLength = builder_.GetLengthFromString(*lineString); in StringAdd() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 1989 maxLength: t._maxLength, property
|