Searched defs:code_allocator (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/compiler/ |
| D | compile_method.cpp | 99 [[maybe_unused]] bool is_osr, CodeAllocator *code_allocator, in GetEntryPoint() 123 …ompileMethod(RuntimeInterface *runtime, Method *method, bool is_osr, CodeAllocator *code_allocator, in JITCompileMethod() 299 static Span<uint8_t> EmitElf(Graph *graph, CodeAllocator *code_allocator, ArenaAllocator *gdb_debug… in EmitElf()
|
| /arkcompiler/runtime_core/compiler/tools/debug/ |
| D | jit_writer.h | 47 …JitDebugWriter(Arch arch, RuntimeInterface *runtime, CodeAllocator *code_allocator, const std::str… in JitDebugWriter()
|
| /arkcompiler/runtime_core/runtime/ |
| D | compiler.h | 574 explicit Compiler(CodeAllocator *code_allocator, mem::InternalAllocatorPtr internal_allocator, in Compiler()
|