Home
last modified time | relevance | path

Searched defs:code_allocator (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/
Dcompile_method.cpp99 [[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/
Djit_writer.h47 …JitDebugWriter(Arch arch, RuntimeInterface *runtime, CodeAllocator *code_allocator, const std::str… in JitDebugWriter()
/arkcompiler/runtime_core/runtime/
Dcompiler.h574 explicit Compiler(CodeAllocator *code_allocator, mem::InternalAllocatorPtr internal_allocator, in Compiler()