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.cpp154 CodeAllocator *codeAllocator; member
212 CodeAllocator *codeAllocator; member
264 void JITCompileMethod(RuntimeInterface *runtime, CodeAllocator *codeAllocator, ArenaAllocator *gdbD… in JITCompileMethod()
458 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.cpp178 auto codeAllocator = heapManager->GetCodeAllocator(); in InAllocatedCodeRange() local
Dcompiler.h676 explicit Compiler(CodeAllocator *codeAllocator, mem::InternalAllocatorPtr internalAllocator, in Compiler()