Searched refs:BytecodeBipush (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeBipush.java30 public class BytecodeBipush extends Bytecode { class in inherits:Bytecode
31 BytecodeBipush(Method method, int bci) { method in class:BytecodeBipush
49 public static BytecodeBipush at(Method method, int bci) {
50 BytecodeBipush b = new BytecodeBipush(method, bci);
58 public static BytecodeBipush atCheck(Method method, int bci) {
59 BytecodeBipush b = new BytecodeBipush(method, bci);
63 public static BytecodeBipush at(BytecodeStream bcs) {
64 return new BytecodeBipush(bc
[all...]
H A DBytecodeDisassembler.java47 addBytecodeClass(Bytecodes._bipush, BytecodeBipush.class);

Completed in 41 milliseconds