Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexDebugEventBuilder.java194 int emitPc = lastMoveInstructionPc != NO_PC_INFO ? lastMoveInstructionPc : pc; in emitDebugPosition() local
198 assert emittedPc != emitPc; in emitDebugPosition() local
204 emitAdvancementEvents(emittedPc, emittedLine, emittedFile, emitPc, line, file, events, factory); in emitDebugPosition()
205 emittedPc = emitPc; in emitDebugPosition()
218 int emitPc = lastMoveInstructionPc != NO_PC_INFO ? lastMoveInstructionPc : pc; in emitLocalChanges() local
221 emittedPc, emittedLine, emittedFile, emitPc, emittedLine, emittedFile, events, factory); in emitLocalChanges()
222 emittedPc = emitPc; in emitLocalChanges()