Home
last modified time | relevance | path

Searched defs:max_length (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/runtime/include/coretypes/
Dstring.h133 inline size_t CopyDataMUtf8(uint8_t *buf, size_t max_length, bool is_c_string) in CopyDataMUtf8()
145 size_t CopyDataRegionMUtf8(uint8_t *buf, size_t start, size_t length, size_t max_length) in CopyDataRegionMUtf8()
168 inline uint32_t CopyDataUtf16(uint16_t *buf, uint32_t max_length) in CopyDataUtf16()
173 … uint32_t CopyDataRegionUtf16(uint16_t *buf, uint32_t start, uint32_t length, uint32_t max_length) in CopyDataRegionUtf16()
/arkcompiler/runtime_core/runtime/
Dcompiler_queue_aged_counter_priority.h32 …explicit CompilerPriorityAgedCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t max_length, in CompilerPriorityAgedCounterQueue()
Dcompiler_queue_counter_priority.h77 explicit CompilerPriorityCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t max_length, in CompilerPriorityCounterQueue()
Dcompiler.h677 …CompilerQueueInterface *CreateJITTaskQueue(const std::string &queue_type, uint64_t max_length, uin… in CreateJITTaskQueue()