Home
last modified time | relevance | path

Searched refs:GetAOTModule (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.h84 LLVMModule* GetAOTModule() const in GetAOTModule() function
Dpass_manager.cpp98 Circuit circuit(vm_->GetNativeAreaAllocator(), ctx.GetAOTModule()->GetDebugInfo(), in Compile()
Dpass.h106 return ctx_->GetAOTModule(); in GetAotModule()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp57 auto module = ctx_->GetAOTModule(); in NewTypeInfer()