| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | string.h | 157 size_t CopyDataRegionUtf8(uint8_t *buf, size_t start, size_t length, size_t maxLength) in CopyDataRegionUtf8() 181 inline size_t CopyDataMUtf8(uint8_t *buf, size_t maxLength, bool isCString) in CopyDataMUtf8() 193 size_t CopyDataRegionMUtf8(uint8_t *buf, size_t start, size_t length, size_t maxLength) in CopyDataRegionMUtf8() 216 inline uint32_t CopyDataUtf16(uint16_t *buf, uint32_t maxLength) in CopyDataUtf16() 221 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/common_interfaces/objects/string/ |
| D | base_string-inl2.h | 252 … BaseString::WriteToFlat(ReadBarrier &&readBarrier, BaseString *src, Char *buf, uint32_t maxLength) in WriteToFlat() 338 [[ maybe_unused ]] uint32_t maxLength = src->GetLength(); in WriteToFlatWithPos() local 381 size_t BaseString::WriteUtf8(ReadBarrier &&readBarrier, uint8_t *buf, size_t maxLength, bool isWrit… in WriteUtf8() 406 size_t BaseString::WriteOneByte(ReadBarrier &&readBarrier, uint8_t *buf, size_t maxLength) const in WriteOneByte() 436 uint32_t BaseString::CopyDataUtf16(ReadBarrier &&readBarrier, uint16_t *buf, uint32_t maxLength) co… in CopyDataUtf16() 539 size_t maxLength, bool modify, bool isWriteBuffer) const in CopyDataRegionUtf8()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string.h | 401 size_t CopyDataMUtf8(void *buf, size_t maxLength, bool isCString) in CopyDataMUtf8() 406 size_t CopyDataRegionUtf8(void *buf, size_t start, size_t length, size_t maxLength) in CopyDataRegionUtf8() 411 size_t CopyDataRegionMUtf8(void *buf, size_t start, size_t length, size_t maxLength) in CopyDataRegionMUtf8() 416 uint32_t CopyDataUtf16(void *buf, uint32_t maxLength) in CopyDataUtf16() 421 uint32_t CopyDataRegionUtf16(void *buf, uint32_t start, uint32_t length, uint32_t maxLength) in CopyDataRegionUtf16()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string-inl.h | 346 void EcmaString::WriteToFlat(const JSThread *thread, EcmaString *src, Char *buf, uint32_t maxLength) in WriteToFlat() 364 inline size_t EcmaString::WriteUtf8(const JSThread *thread, uint8_t *buf, size_t maxLength, bool is… in WriteUtf8() 382 inline size_t EcmaString::WriteOneByte(const JSThread *thread, uint8_t *buf, size_t maxLength) const in WriteOneByte() 390 inline uint32_t EcmaString::CopyDataUtf16(const JSThread *thread, uint16_t *buf, uint32_t maxLength… in CopyDataUtf16()
|
| D | ecma_string.h | 953 uint32_t WriteToOneByte(const JSThread *thread, uint8_t *buf, uint32_t maxLength) in WriteToOneByte() 960 uint32_t WriteToFlatUtf16(const JSThread *thread, uint16_t *buf, uint32_t maxLength) const in WriteToFlatUtf16() 972 static void WriteToFlat(const JSThread *thread, EcmaString *src, Char *buf, uint32_t maxLength) in WriteToFlat()
|
| /arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/ |
| D | setruntimeinfo_fuzzer.cpp | 51 constexpr int maxLength = 255; in SetRuntimeInfoFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/ |
| D | array_new_ref_test.cpp | 47 ani_size maxLength = std::numeric_limits<uint32_t>::max() + ani_size(1); in TEST_F() local
|
| D | fixedarray_new_ref_test.cpp | 47 ani_size maxLength = std::numeric_limits<uint32_t>::max() + ani_size(1); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_buffer.cpp | 507 uint32_t maxLength = buffer->GetLength() - offset; in Write() 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 | 341 uint32_t maxLength, const JSHandle<EcmaString> &fillString, in StringPad()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.cpp | 719 auto maxLength = INT32_MAX; in FindBoundsRange() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 2300 uint32_t maxLength, JsArrayRequirements requirements) in IsJsArrayWithLengthLimit()
|
| D | builtins_string_stub_builder.cpp | 2352 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
|