Searched refs:GetModuleForMethod (Results 1 – 2 of 2) sorted by relevance
44 …virtual std::shared_ptr<WrappedModule> GetModuleForMethod(compiler::RuntimeInterface::MethodPtr me…
164 …std::shared_ptr<WrappedModule> GetModuleForMethod(compiler::RuntimeInterface::MethodPtr method) ov… in GetModuleForMethod() function in ark::llvmbackend::FixedCountSpreader252 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()