Searched refs:GetMethodList (Results 1 – 10 of 10) sorted by relevance
52 const auto &methodList = bytecodeInfo_.GetMethodList(); in UpdateCompileQueue()105 auto &methodList = bytecodeInfo_.GetMethodList(); in Run()150 auto &methodList = bytecodeInfo_.GetMethodList(); in AddResolvedMethod()184 auto &methodList = bytecodeInfo_.GetMethodList(); in AddDependList()211 auto &methodList = bytecodeInfo_.GetMethodList(); in VerifyAndMarkCurMethod()254 auto &methodList = bytecodeInfo_.GetMethodList(); in SearchForCompilation()393 for (auto mi : bytecodeInfo_.GetMethodList()) { in CompileMethod()401 auto &methodList = bytecodeInfo_.GetMethodList(); in CompileMethod()
255 auto &methodList = bytecodeInfo_.GetMethodList(); in CollectInnerFuncType()356 auto &methodList = bytecodeInfo_.GetMethodList(); in SetMethodPcInfoIndex()395 auto &methodList = bytecodeInfo_.GetMethodList(); in CollectInnerMethods()421 auto &methodList = bytecodeInfo_.GetMethodList(); in MarkMethodNamespace()444 auto &methodList = bytecodeInfo_.GetMethodList(); in NewLexEnvWithSize()624 auto &methodList = bytecodeInfo_.GetMethodList(); in CollectImportIndexs()784 auto &methodList = bytecodeInfo_.GetMethodList(); in RearrangeInnerMethods()792 : lexEnvs_(bcInfo.GetMethodList().size()) in LexEnvManager()794 const auto &methodList = bcInfo.GetMethodList(); in LexEnvManager()
425 std::unordered_map<uint32_t, MethodInfo>& GetMethodList() in GetMethodList() function739 auto &methodList = bytecodeInfo_.GetMethodList(); in IterateAllMethods()
266 auto &methodList = bytecodeInfo_.GetMethodList(); in StoreConstantPoolInfo()
209 auto &methodList = bytecodeInfo.GetMethodList(); in GenerateGlobalTypes()
74 const auto &methodList = typeParser.GetMethodList(); in LoadTypes()
135 auto &methodInfo = bytecodeInfo.GetMethodList().at(methodOffset); in TryInline()
59 auto &methodList = bcInfo_.GetMethodList(); in NewTypeInfer()86 auto &methodList = bcInfo_.GetMethodList(); in CollectNamespaceMethod()113 auto &methodList = bcInfo_.GetMethodList(); in ProcessTypeInference()
1336 auto &methodLists = bcInfo.GetMethodList(); in CheckNamespaceFunc()
60 inline const std::unordered_map<uint32_t, kungfu::MethodInfo> &GetMethodList() const in GetMethodList() function63 return bcInfo_->GetMethodList(); in GetMethodList()