Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp318 uint32_t methodInfoId = 0; in CollectInnerMethods() local
322 methodInfoId = methodInfo.GetMethodInfoIndex(); in CollectInnerMethods()
325 methodInfoId = GetMethodInfoID(); in CollectInnerMethods()
326 MethodInfo info(methodInfoId, 0, LexEnv::DEFAULT_ROOT); in CollectInnerMethods()
333 innerMethodIter->second.SetOutMethodId(methodInfoId); in CollectInnerMethods()
337 MethodInfo innerInfo(GetMethodInfoID(), 0, methodInfoId, methodId); in CollectInnerMethods()