Home
last modified time | relevance | path

Searched defs:maxLength (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h134 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/
Dcompiler_queue_aged_counter_priority.h33 … explicit CompilerPriorityAgedCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t maxLength, in CompilerPriorityAgedCounterQueue()
Dcompiler_thread_pool_worker.cpp46 …ace *CompilerThreadPoolWorker::CreateJITTaskQueue(const std::string &queueType, uint64_t maxLength, in CreateJITTaskQueue()
Dcompiler_queue_counter_priority.h78 explicit CompilerPriorityCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t maxLength, in CompilerPriorityCounterQueue()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h213 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/
Decma_string.h443 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()
Decma_string-inl.h338 void EcmaString::WriteToFlat(EcmaString *src, Char *buf, uint32_t maxLength) in WriteToFlat()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp342 uint32_t maxLength, const JSHandle<EcmaString> &fillString, in StringPad()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp660 auto maxLength = INT32_MAX; in FindBoundsRange() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1041 uint32_t maxLength, JsArrayRequirements requirements) in IsJsArrayWithLengthLimit()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp1870 GateRef maxLength = builder_.GetLengthFromString(*lineString); in LowerStringAdd() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js1989 maxLength: t._maxLength, property