Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/compiler/
DCodeGen.java534 = ((long)computeLabel(label.head()) << 32) + in atSwitchStmnt()
563 private int computeLabel(ASTree expr) throws CompileError { in computeLabel() method in CodeGen