Searched defs:codeAllocator (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compile_method.cpp | 143 [[maybe_unused]] bool isOsr, CodeAllocator *codeAllocator, in GetEntryPoint() 190 static bool CheckCompilation(RuntimeInterface *runtime, CodeAllocator *codeAllocator, in CheckCompilation() 231 void JITCompileMethod(RuntimeInterface *runtime, CodeAllocator *codeAllocator, ArenaAllocator *gdbD… in JITCompileMethod() 411 static Span<uint8_t> EmitElf(Graph *graph, CodeAllocator *codeAllocator, ArenaAllocator *gdbDebugIn… in EmitElf()
|
| /arkcompiler/runtime_core/static_core/compiler/tools/debug/ |
| D | jit_writer.h | 47 …JitDebugWriter(Arch arch, RuntimeInterface *runtime, CodeAllocator *codeAllocator, const std::stri… in JitDebugWriter()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | signal_handler.cpp | 210 auto codeAllocator = heapManager->GetCodeAllocator(); in InAllocatedCodeRange() local
|
| D | compiler.h | 639 explicit Compiler(CodeAllocator *codeAllocator, mem::InternalAllocatorPtr internalAllocator, in Compiler()
|