Searched refs:GetMethodList (Results 1 – 8 of 8) sorted by relevance
52 const auto &methodList = bytecodeInfo_.GetMethodList(); in UpdateCompileQueue()104 auto &methodList = bytecodeInfo_.GetMethodList(); in Run()148 auto &methodList = bytecodeInfo_.GetMethodList(); in AddResolvedMethod()182 auto &methodList = bytecodeInfo_.GetMethodList(); in AddDependList()209 auto &methodList = bytecodeInfo_.GetMethodList(); in VerifyAndMarkCurMethod()252 auto &methodList = bytecodeInfo_.GetMethodList(); in SearchForCompilation()
181 auto &methodList = bytecodeInfo_.GetMethodList(); in CollectInnerFuncType()278 auto &methodList = bytecodeInfo_.GetMethodList(); in SetMethodPcInfoIndex()317 auto &methodList = bytecodeInfo_.GetMethodList(); in CollectInnerMethods()343 auto &methodList = bytecodeInfo_.GetMethodList(); in MarkMethodNamespace()366 auto &methodList = bytecodeInfo_.GetMethodList(); in NewLexEnvWithSize()546 auto &methodList = bytecodeInfo_.GetMethodList(); in CollectImportIndexs()706 auto &methodList = bytecodeInfo_.GetMethodList(); in RearrangeInnerMethods()793 : lexEnvs_(bcInfo.GetMethodList().size()) in LexEnvManager()795 const auto &methodList = bcInfo.GetMethodList(); in LexEnvManager()
71 const auto &methodList = typeParser.GetMethodList(); in LoadTypes()
457 std::unordered_map<uint32_t, MethodInfo>& GetMethodList() in GetMethodList() function
100 auto &methodInfo = bytecodeInfo.GetMethodList().at(methodOffset); in TryInline()
58 auto &methodList = bcInfo_.GetMethodList(); in NewTypeInfer()86 auto &methodList = bcInfo_.GetMethodList(); in CollectNamespaceMethod()113 auto &methodList = bcInfo_.GetMethodList(); in ProcessTypeInference()
1280 auto &methodLists = bcInfo.GetMethodList(); in CheckNamespaceFunc()
59 inline const std::unordered_map<uint32_t, kungfu::MethodInfo> &GetMethodList() const in GetMethodList() function62 return bcInfo_->GetMethodList(); in GetMethodList()