Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/compiler/
DCodeGen.java517 int opcodePc2 = bytecode.currentPc(); in atSwitchStmnt() local
543 int pc = opcodePc2 + 8; in atSwitchStmnt()
557 bytecode.write32bit(opcodePc2, defaultPc - opcodePc); in atSwitchStmnt()