Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp401 methodInfo.AddInnerMethod(innerMethodOffset, isConstructor); in CollectInnerMethods()
406 methodList.at(methodId).AddInnerMethod(innerMethodOffset, isConstructor); in CollectInnerMethods()
Dbytecode_info_collector.h269 inline void AddInnerMethod(uint32_t offset, bool isConstructor) in AddInnerMethod() function