Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp188 uint32_t innerFuncType = annoExtractor.GetMethodTypeOffset(); in CollectInnerFuncType() local
189 if (innerFuncType != 0) { in CollectInnerFuncType()
190 methodIter->second.AddBcToTypeId(bcIndex, innerFuncType); in CollectInnerFuncType()