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.cpp323 methodInfo.AddInnerMethod(innerMethodOffset, isConstructor); in CollectInnerMethods()
328 methodList.at(methodId).AddInnerMethod(innerMethodOffset, isConstructor); in CollectInnerMethods()
Dbytecode_info_collector.h263 inline void AddInnerMethod(uint32_t offset, bool isConstructor) in AddInnerMethod() function