Home
last modified time | relevance | path

Searched refs:GetMethodList (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h52 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()
Dbytecode_info_collector.cpp255 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()
Dbytecode_info_collector.h425 std::unordered_map<uint32_t, MethodInfo>& GetMethodList() in GetMethodList() function
739 auto &methodList = bytecodeInfo_.GetMethodList(); in IterateAllMethods()
Dcompilation_driver.cpp266 auto &methodList = bytecodeInfo_.GetMethodList(); in StoreConstantPoolInfo()
Daot_compiler_preprocessor.cpp209 auto &methodList = bytecodeInfo.GetMethodList(); in GenerateGlobalTypes()
Dtype_recorder.cpp74 const auto &methodList = typeParser.GetMethodList(); in LoadTypes()
Dts_inline_lowering.cpp135 auto &methodInfo = bytecodeInfo.GetMethodList().at(methodOffset); in TryInline()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp59 auto &methodList = bcInfo_.GetMethodList(); in NewTypeInfer()
86 auto &methodList = bcInfo_.GetMethodList(); in CollectNamespaceMethod()
113 auto &methodList = bcInfo_.GetMethodList(); in ProcessTypeInference()
Dmethod_type_infer.cpp1336 auto &methodLists = bcInfo.GetMethodList(); in CheckNamespaceFunc()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.h60 inline const std::unordered_map<uint32_t, kungfu::MethodInfo> &GetMethodList() const in GetMethodList() function
63 return bcInfo_->GetMethodList(); in GetMethodList()