Home
last modified time | relevance | path

Searched refs:GetInnerMethods (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp88 auto &innerMethods = methodInfo.GetInnerMethods(); in CollectNamespaceMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h130 auto &innerMethods = methodInfo.GetInnerMethods(); in Run()
Dbytecode_info_collector.h297 inline const std::vector<uint32_t> &GetInnerMethods() const in GetInnerMethods() function