Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp243 const uint8_t *curPc = bcIns.GetAddress(); in CollectMethodPcsFromBC() local
256 if (noGC && !bytecodes_.GetBytecodeMetaData(curPc).IsNoGC()) { in CollectMethodPcsFromBC()
259 curPc = bcIns.GetAddress(); in CollectMethodPcsFromBC()
262 pcOffsets.emplace_back(curPc); in CollectMethodPcsFromBC()