Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/compiler/
DCodeGen.java504 int opcodePc = bytecode.currentPc(); in atSwitchStmnt() local
506 int npads = 3 - (opcodePc & 3); in atSwitchStmnt()
535 ((long)(bytecode.currentPc() - opcodePc) & 0xffffffff); in atSwitchStmnt()
557 bytecode.write32bit(opcodePc2, defaultPc - opcodePc); in atSwitchStmnt()