Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexDebugEventBuilder.java58 private int lastMoveInstructionPc = NO_PC_INFO; field in DexDebugEventBuilder
100 lastMoveInstructionPc = pc; in add()
194 int emitPc = lastMoveInstructionPc != NO_PC_INFO ? lastMoveInstructionPc : pc; in emitDebugPosition()
195 lastMoveInstructionPc = NO_PC_INFO; in emitDebugPosition()
218 int emitPc = lastMoveInstructionPc != NO_PC_INFO ? lastMoveInstructionPc : pc; in emitLocalChanges()
219 lastMoveInstructionPc = NO_PC_INFO; in emitLocalChanges()