| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | compiler_queue_aged_counter_priority.h | 33 explicit CompilerPriorityAgedCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t maxLength, in CompilerPriorityAgedCounterQueue() argument
|
| H A D | compiler_thread_pool_worker.cpp | 46 CompilerQueueInterface *CompilerThreadPoolWorker::CreateJITTaskQueue(const std::string &queueType, uint64_t maxLength, in CreateJITTaskQueue() argument
|
| H A D | compiler_queue_counter_priority.h | 78 explicit CompilerPriorityCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t maxLength, in CompilerPriorityCounterQueue() argument
|
| /arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/ |
| H A D | setruntimeinfo_fuzzer.cpp | 51 constexpr int maxLength = 255; in SetRuntimeInfoFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| H A D | string.h | 140 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 D | ecma_string-inl.h | 373 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 D | ecma_string.h | 1257 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 D | ets_string.h | 330 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 D | builtins_global.cpp | 347 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 D | bounds_analysis.cpp | 717 auto maxLength = INT32_MAX; in FindBoundsRange() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_array_stub_builder.cpp | 2053 IsJsArrayWithLengthLimit(GateRef glue, GateRef object, uint32_t maxLength, JsArrayRequirements requirements) IsJsArrayWithLengthLimit() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | typed_hcr_lowering.cpp | 1953 GateRef maxLength = builder_.GetLengthFromString(*lineString); in LowerStringAdd() local
|