Home
last modified time | relevance | path

Searched refs:gdb_debug_info_allocator (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/
Dcompile_method.cpp36 …8_t> EmitElf(Graph *graph, CodeAllocator *code_allocator, ArenaAllocator *gdb_debug_info_allocator,
100 [[maybe_unused]] ArenaAllocator *gdb_debug_info_allocator) in GetEntryPoint() argument
104 … ? EmitElf(graph, code_allocator, gdb_debug_info_allocator, method_name) in GetEntryPoint()
125 ArenaAllocator *gdb_debug_info_allocator) in JITCompileMethod() argument
163 …oint = GetEntryPoint(graph, method, method_name, is_osr, code_allocator, gdb_debug_info_allocator); in JITCompileMethod()
299 …8_t> EmitElf(Graph *graph, CodeAllocator *code_allocator, ArenaAllocator *gdb_debug_info_allocator, in EmitElf() argument
328 auto gdb_entry {gdb_debug_info_allocator->New<jit_code_entry>()}; in EmitElf()
Dcompile_method.h31 ArenaAllocator *gdb_debug_info_allocator);