Searched refs:gdb_debug_info_allocator (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/compiler/ |
| D | compile_method.cpp | 36 …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()
|
| D | compile_method.h | 31 ArenaAllocator *gdb_debug_info_allocator);
|