Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h157 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/
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/common_interfaces/objects/string/
Dbase_string-inl2.h252 … 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/
Dets_string.h401 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/
Decma_string-inl.h346 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()
Decma_string.h953 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/
Dsetruntimeinfo_fuzzer.cpp51 constexpr int maxLength = 255; in SetRuntimeInfoFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/
Darray_new_ref_test.cpp47 ani_size maxLength = std::numeric_limits<uint32_t>::max() + ani_size(1); in TEST_F() local
Dfixedarray_new_ref_test.cpp47 ani_size maxLength = std::numeric_limits<uint32_t>::max() + ani_size(1); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_buffer.cpp507 uint32_t maxLength = buffer->GetLength() - offset; in Write() 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.cpp341 uint32_t maxLength, const JSHandle<EcmaString> &fillString, in StringPad()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp719 auto maxLength = INT32_MAX; in FindBoundsRange() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp2300 uint32_t maxLength, JsArrayRequirements requirements) in IsJsArrayWithLengthLimit()
Dbuiltins_string_stub_builder.cpp2352 GateRef maxLength = builder_.GetLengthFromString(*lineString); in StringAdd() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js1989 maxLength: t._maxLength, property