Home
last modified time | relevance | path

Searched refs:GetModuleForMethod (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.h44 …virtual std::shared_ptr<WrappedModule> GetModuleForMethod(compiler::RuntimeInterface::MethodPtr me…
Dllvm_aot_compiler.cpp164 …std::shared_ptr<WrappedModule> GetModuleForMethod(compiler::RuntimeInterface::MethodPtr method) ov… in GetModuleForMethod() function in ark::llvmbackend::FixedCountSpreader
252 auto module = spreader_->GetModuleForMethod(method); in TryAddGraph()
561 auto module = spreader_->GetModuleForMethod(*methodsIt); in CollectAotBuilderOffsets()
597 …spreader_->GetModuleForMethod(method)->GetLLVMArkInterface()->GetUniqMethodName(methodPtrs[i].GetM… in CollectAotBuilderOffsets()
617 spreader_->GetModuleForMethod(method)->GetCodeInfoProducer()->Produce(method, &codeInfoBuilder); in AdaptCode()