Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp260 auto nextInst = bcIns.GetNext(); in CollectMethodPcsFromBC() local
261 bcIns = nextInst; in CollectMethodPcsFromBC()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp1583 auto nextInst = bcIns.GetNext(); in TranslateBytecode() local
1585 bcIns = nextInst; in TranslateBytecode()