Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h191 MethodInfo(uint32_t methodInfoIndex, uint32_t methodPcInfoIndex, uint32_t outMethodIdx,
194 …: methodInfoIndex_(methodInfoIndex), methodPcInfoIndex_(methodPcInfoIndex), outerMethodId_(outMeth… in methodInfoIndex_() argument
258 inline uint32_t SetMethodInfoIndex(uint32_t methodInfoIndex) in SetMethodInfoIndex() argument
260 return methodInfoIndex_ = methodInfoIndex; in SetMethodInfoIndex()