Searched defs:max_length (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/runtime/include/coretypes/ |
| D | string.h | 133 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/ |
| D | compiler_queue_aged_counter_priority.h | 32 …explicit CompilerPriorityAgedCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t max_length, in CompilerPriorityAgedCounterQueue()
|
| D | compiler_queue_counter_priority.h | 77 explicit CompilerPriorityCounterQueue(mem::InternalAllocatorPtr allocator, uint64_t max_length, in CompilerPriorityCounterQueue()
|
| D | compiler.h | 677 …CompilerQueueInterface *CreateJITTaskQueue(const std::string &queue_type, uint64_t max_length, uin… in CreateJITTaskQueue()
|