Searched defs:javaCode (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecode.java87 public int javaCode() { method in class:Bytecode
88 return Bytecodes.javaCode(code());
96 return Bytecodes.name(javaCode());
109 if (code() != javaCode()) {
H A DBytecodes.java378 public static int javaCode (int code) { check(code); return _java_code [code]; } method in class:Bytecodes
383 public static int javaLengthAt (Method method, int bci) { int l = lengthFor(javaCode(codeAt(method, bci))); return l > 0 ? l : specialLengthAt(method, bci); }
812 int j = javaCode(i);

Completed in 42 milliseconds