Searched refs:bcInsLast (Results 1 – 4 of 4) sorted by relevance
83 auto bcInsLast = bcIns.JumpTo(codeSize); in MethodEntry() local84 while (bcIns.GetAddress() != bcInsLast.GetAddress()) { in MethodEntry()
238 auto bcInsLast = bcIns.JumpTo(insSz); in CollectMethodPcsFromBC() local247 while (bcIns.GetAddress() != bcInsLast.GetAddress()) { in CollectMethodPcsFromBC()265 pcOffsets.emplace_back(bcInsLast.GetAddress()); in CollectMethodPcsFromBC()
308 auto bcInsLast = bcIns.JumpTo(byteCodeLength); in CalcOpCodeChecksum() local309 while (bcIns.GetAddress() != bcInsLast.GetAddress()) { in CalcOpCodeChecksum()
1508 auto bcInsLast = bcIns.JumpTo(insSz); in TranslateBytecode() local1510 while (bcIns.GetAddress() != bcInsLast.GetAddress()) { in TranslateBytecode()