Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.h40 MethodInfo(uint32_t methodInfoIndex, uint32_t methodPcInfoIndex, std::shared_ptr<CString> recordNamePtr) in MethodInfo() argument
41 : methodInfoIndex_(methodInfoIndex), methodPcInfoIndex_(methodPcInfoIndex), recordNamePtr_(recordNamePtr) {} in MethodInfo()
63 inline void SetMethodInfoIndex(uint32_t methodInfoIndex) in SetMethodInfoIndex() argument
65 methodInfoIndex_ = methodInfoIndex; in SetMethodInfoIndex()

Completed in 2 milliseconds