Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp301 MethodInfo info(GetMethodInfoID(), processedMethodPcInfoIndex, LexEnv::DEFAULT_ROOT, in SetMethodPcInfoIndex()
325 methodInfoId = GetMethodInfoID(); in CollectInnerMethods()
337 MethodInfo innerInfo(GetMethodInfoID(), 0, methodInfoId, methodId); in CollectInnerMethods()
350 … MethodInfo info(GetMethodInfoID(), 0, LexEnv::DEFAULT_ROOT, MethodInfo::DEFAULT_OUTMETHOD_OFFSET, in MarkMethodNamespace()
375 … MethodInfo info(GetMethodInfoID(), 0, LexEnv::DEFAULT_ROOT, MethodInfo::DEFAULT_OUTMETHOD_OFFSET, in NewLexEnvWithSize()
554 MethodInfo info(GetMethodInfoID(), 0, LexEnv::DEFAULT_ROOT); in CollectImportIndexs()
Dbytecode_info_collector.h759 inline size_t GetMethodInfoID() in GetMethodInfoID() function