Home
last modified time | relevance | path

Searched refs:CodeSpaceOnDemand (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcode_generator.h53 class CodeSpaceOnDemand { class
55 CodeSpaceOnDemand() = default;
59 ~CodeSpaceOnDemand();
74 CodeInfo(CodeSpaceOnDemand &codeSpaceOnDemand);
139 CodeSpaceOnDemand &codeSpaceOnDemand_;
144 explicit Assembler(CodeInfo::CodeSpaceOnDemand &codeSpaceOnDemand) : codeInfo_(codeSpaceOnDemand) in Assembler()
H A Dfile_generators.h235 CodeInfo::CodeSpaceOnDemand jitCodeSpace_ {};
280 CodeInfo::CodeSpaceOnDemand jitCodeSpace_ {};
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_codegen.h28 explicit LiteCGAssembler(LMIRModule &module, CodeInfo::CodeSpaceOnDemand &codeSpaceOnDemand,
H A Dlitecg_codegen.cpp49 LiteCGAssembler::LiteCGAssembler(LMIRModule &module, CodeInfo::CodeSpaceOnDemand &codeSpaceOnDemand, in LiteCGAssembler()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp71 CodeInfo::CodeInfo(CodeSpaceOnDemand &codeSpaceOnDemand) : codeSpaceOnDemand_(codeSpaceOnDemand) in CodeInfo()
134 uint8_t *CodeInfo::CodeSpaceOnDemand::Alloca(uintptr_t size, [[maybe_unused]] bool isReq, size_t alignSize) in Alloca()
152 CodeInfo::CodeSpaceOnDemand::~CodeSpaceOnDemand() in ~CodeSpaceOnDemand()
475 LLVMAssembler::LLVMAssembler(LLVMModule *lm, CodeInfo::CodeSpaceOnDemand &codeSpaceOnDemand, LOptions option) in LLVMAssembler()
H A Dllvm_codegen.h66 explicit LLVMAssembler(LLVMModule *lm, CodeInfo::CodeSpaceOnDemand &codeSpaceOnDemand,

Completed in 4 milliseconds