Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler_queue_aged_counter_priority.h33 explicit CompilerPriorityAgedCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t maxLength, in CompilerPriorityAgedCounterQueue() argument
H A Dcompiler_thread_pool_worker.cpp46 CompilerQueueInterface *CompilerThreadPoolWorker::CreateJITTaskQueue(const std::string &queueType, uint64_t maxLength, in CreateJITTaskQueue() argument
H A Dcompiler_queue_counter_priority.h78 explicit CompilerPriorityCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t maxLength, in CompilerPriorityCounterQueue() argument
/arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/
H A Dsetruntimeinfo_fuzzer.cpp51 constexpr int maxLength = 255; in SetRuntimeInfoFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dstring.h140 inline size_t CopyDataMUtf8(uint8_t *buf, size_t maxLength, bool isCString) in CopyDataMUtf8() argument
152 size_t CopyDataRegionMUtf8(uint8_t *buf, size_t start, size_t length, size_t maxLength) in CopyDataRegionMUtf8() argument
175 inline uint32_t CopyDataUtf16(uint16_t *buf, uint32_t maxLength) in CopyDataUtf16() argument
180 CopyDataRegionUtf16(uint16_t *buf, uint32_t start, uint32_t length, uint32_t maxLength) CopyDataRegionUtf16() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string-inl.h373 void EcmaString::WriteToFlat(EcmaString *src, Char *buf, uint32_t maxLength) in WriteToFlat() argument
451 [[ maybe_unused ]] uint32_t maxLength = src->GetLength(); in WriteToFlatWithPos() local
H A Decma_string.h1257 WriteToFlatUtf8(uint8_t *buf, uint32_t maxLength, bool isWriteBuffer = false) WriteToFlatUtf8() argument
1267 WriteToOneByte(uint8_t *buf, uint32_t maxLength) WriteToOneByte() argument
1286 WriteToFlat(EcmaString *src, Char *buf, uint32_t maxLength) WriteToFlat() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string.h330 size_t CopyDataMUtf8(void *buf, size_t maxLength, bool isCString) in CopyDataMUtf8() argument
335 size_t CopyDataRegionMUtf8(void *buf, size_t start, size_t length, size_t maxLength) in CopyDataRegionMUtf8() argument
340 uint32_t CopyDataUtf16(void *buf, uint32_t maxLength) in CopyDataUtf16() argument
345 uint32_t CopyDataRegionUtf16(void *buf, uint32_t start, uint32_t length, uint32_t maxLength) in CopyDataRegionUtf16() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp347 StringPad(JSThread *thread, const JSHandle<EcmaString> &source, uint32_t maxLength, const JSHandle<EcmaString> &fillString, Placement placement) StringPad() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.cpp717 auto maxLength = INT32_MAX; in FindBoundsRange() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp2053 IsJsArrayWithLengthLimit(GateRef glue, GateRef object, uint32_t maxLength, JsArrayRequirements requirements) IsJsArrayWithLengthLimit() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_hcr_lowering.cpp1953 GateRef maxLength = builder_.GetLengthFromString(*lineString); in LowerStringAdd() local

Completed in 28 milliseconds