Searched defs:maxLength (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | string.h | 134 inline size_t CopyDataMUtf8(uint8_t *buf, size_t maxLength, bool isCString) in CopyDataMUtf8() 146 size_t CopyDataRegionMUtf8(uint8_t *buf, size_t start, size_t length, size_t maxLength) in CopyDataRegionMUtf8() 169 inline uint32_t CopyDataUtf16(uint16_t *buf, uint32_t maxLength) in CopyDataUtf16() 174 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 | 213 size_t CopyDataMUtf8(void *buf, size_t maxLength, bool isCString) in CopyDataMUtf8() 218 size_t CopyDataRegionMUtf8(void *buf, size_t start, size_t length, size_t maxLength) in CopyDataRegionMUtf8() 223 uint32_t CopyDataUtf16(void *buf, uint32_t maxLength) in CopyDataUtf16() 228 uint32_t CopyDataRegionUtf16(void *buf, uint32_t start, uint32_t length, uint32_t maxLength) in CopyDataRegionUtf16()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.h | 443 size_t WriteOneByte(uint8_t *buf, size_t maxLength) const in WriteOneByte() 511 inline uint32_t CopyDataUtf16(uint16_t *buf, uint32_t maxLength) const in CopyDataUtf16() 516 …uint32_t CopyDataRegionUtf16(uint16_t *buf, uint32_t start, uint32_t length, uint32_t maxLength) c… in CopyDataRegionUtf16() 1236 uint32_t WriteToOneByte(uint8_t *buf, uint32_t maxLength) in WriteToOneByte() 1243 uint32_t WriteToFlatUtf16(uint16_t *buf, uint32_t maxLength) const in WriteToFlatUtf16()
|
| D | ecma_string-inl.h | 338 void EcmaString::WriteToFlat(EcmaString *src, Char *buf, uint32_t maxLength) in WriteToFlat()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global.cpp | 342 uint32_t maxLength, const JSHandle<EcmaString> &fillString, in StringPad()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.cpp | 660 auto maxLength = INT32_MAX; in FindBoundsRange() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 1041 uint32_t maxLength, JsArrayRequirements requirements) in IsJsArrayWithLengthLimit()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 1870 GateRef maxLength = builder_.GetLengthFromString(*lineString); in LowerStringAdd() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 1989 maxLength: t._maxLength, property
|