Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h283 inline void AddBcToTypeId(int32_t bcIndex, uint32_t innerFuncTypeId) in AddBcToTypeId() function
Dbytecode_info_collector.cpp264 methodIter->second.AddBcToTypeId(bcIndex, innerFuncType); in CollectInnerFuncType()