Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h139 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/
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.h330 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/
Dsetruntimeinfo_fuzzer.cpp51 constexpr int maxLength = 255; in SetRuntimeInfoFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h454 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()
Decma_string-inl.h373 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/
Dinspector_socket.cpp352 static const size_t maxLength = SIZE_MAX; in DecodeFrameHybi17() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp344 uint32_t maxLength, const JSHandle<EcmaString> &fillString, in StringPad()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp717 auto maxLength = INT32_MAX; in FindBoundsRange() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp2292 uint32_t maxLength, JsArrayRequirements requirements) in IsJsArrayWithLengthLimit()
Dbuiltins_string_stub_builder.cpp2404 GateRef maxLength = builder_.GetLengthFromString(*lineString); in StringAdd() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js1989 maxLength: t._maxLength, property