Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h52 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()
Dbytecode_info_collector.cpp181 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()
Dtype_recorder.cpp71 const auto &methodList = typeParser.GetMethodList(); in LoadTypes()
Dbytecode_info_collector.h457 std::unordered_map<uint32_t, MethodInfo>& GetMethodList() in GetMethodList() function
Dts_inline_lowering.cpp100 auto &methodInfo = bytecodeInfo.GetMethodList().at(methodOffset); in TryInline()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp58 auto &methodList = bcInfo_.GetMethodList(); in NewTypeInfer()
86 auto &methodList = bcInfo_.GetMethodList(); in CollectNamespaceMethod()
113 auto &methodList = bcInfo_.GetMethodList(); in ProcessTypeInference()
Dmethod_type_infer.cpp1280 auto &methodLists = bcInfo.GetMethodList(); in CheckNamespaceFunc()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.h59 inline const std::unordered_map<uint32_t, kungfu::MethodInfo> &GetMethodList() const in GetMethodList() function
62 return bcInfo_->GetMethodList(); in GetMethodList()