Home
last modified time | relevance | path

Searched defs:codeAllocator (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp143 [[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/
Djit_writer.h47 …JitDebugWriter(Arch arch, RuntimeInterface *runtime, CodeAllocator *codeAllocator, const std::stri… in JitDebugWriter()
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp210 auto codeAllocator = heapManager->GetCodeAllocator(); in InAllocatedCodeRange() local
Dcompiler.h639 explicit Compiler(CodeAllocator *codeAllocator, mem::InternalAllocatorPtr internalAllocator, in Compiler()