Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp83 auto bcInsLast = bcIns.JumpTo(codeSize); in MethodEntry() local
84 while (bcIns.GetAddress() != bcInsLast.GetAddress()) { in MethodEntry()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp238 auto bcInsLast = bcIns.JumpTo(insSz); in CollectMethodPcsFromBC() local
247 while (bcIns.GetAddress() != bcInsLast.GetAddress()) { in CollectMethodPcsFromBC()
265 pcOffsets.emplace_back(bcInsLast.GetAddress()); in CollectMethodPcsFromBC()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp308 auto bcInsLast = bcIns.JumpTo(byteCodeLength); in CalcOpCodeChecksum() local
309 while (bcIns.GetAddress() != bcInsLast.GetAddress()) { in CalcOpCodeChecksum()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp1508 auto bcInsLast = bcIns.JumpTo(insSz); in TranslateBytecode() local
1510 while (bcIns.GetAddress() != bcInsLast.GetAddress()) { in TranslateBytecode()