/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | BytecodeJmp.java | 31 BytecodeJmp(Method method, int bci) { argument 32 super(method, bci);
|
H A D | BytecodeLoadStore.java | 30 BytecodeLoadStore(Method method, int bci) { argument 31 super(method, bci);
|
H A D | BytecodeWideable.java | 30 BytecodeWideable(Method method, int bci) { argument 31 super(method, bci); 35 int prevBci = bci() - 1;
|
H A D | BytecodeWithCPIndex.java | 33 BytecodeWithCPIndex(Method method, int bci) { argument 34 super(method, bci); 46 // get ConstantPool index from ConstantPoolCacheIndex at given bci
|
H A D | BytecodeWithKlass.java | 31 BytecodeWithKlass(Method method, int bci) { argument 32 super(method, bci);
|
H A D | LookupswitchPair.java | 30 LookupswitchPair(Method method, int bci) { argument 31 super(method, bci);
|
H A D | BytecodeANewArray.java | 31 BytecodeANewArray(Method method, int bci) { argument 32 super(method, bci); 49 public static BytecodeANewArray at(Method method, int bci) { argument 50 BytecodeANewArray b = new BytecodeANewArray(method, bci); 58 public static BytecodeANewArray atCheck(Method method, int bci) { argument 59 BytecodeANewArray b = new BytecodeANewArray(method, bci); 64 return new BytecodeANewArray(bcs.method(), bcs.bci());
|
H A D | BytecodeBipush.java | 31 BytecodeBipush(Method method, int bci) { argument 32 super(method, bci); 49 public static BytecodeBipush at(Method method, int bci) { argument 50 BytecodeBipush b = new BytecodeBipush(method, bci); 58 public static BytecodeBipush atCheck(Method method, int bci) { argument 59 BytecodeBipush b = new BytecodeBipush(method, bci); 64 return new BytecodeBipush(bcs.method(), bcs.bci());
|
H A D | BytecodeCheckCast.java | 31 BytecodeCheckCast(Method method, int bci) { argument 32 super(method, bci); 49 public static BytecodeCheckCast at(Method method, int bci) { argument 50 BytecodeCheckCast b = new BytecodeCheckCast(method, bci); 58 public static BytecodeCheckCast atCheck(Method method, int bci) { argument 59 BytecodeCheckCast b = new BytecodeCheckCast(method, bci); 64 return new BytecodeCheckCast(bcs.method(), bcs.bci());
|
H A D | BytecodeGetField.java | 31 BytecodeGetField(Method method, int bci) { argument 32 super(method, bci); 49 public static BytecodeGetField at(Method method, int bci) { argument 50 BytecodeGetField b = new BytecodeGetField(method, bci); 58 public static BytecodeGetField atCheck(Method method, int bci) { argument 59 BytecodeGetField b = new BytecodeGetField(method, bci); 64 return new BytecodeGetField(bcs.method(), bcs.bci());
|
H A D | BytecodeGetPut.java | 33 BytecodeGetPut(Method method, int bci) { argument 34 super(method, bci);
|
H A D | BytecodeGetStatic.java | 31 BytecodeGetStatic(Method method, int bci) { argument 32 super(method, bci); 49 public static BytecodeGetStatic at(Method method, int bci) { argument 50 BytecodeGetStatic b = new BytecodeGetStatic(method, bci); 58 public static BytecodeGetStatic atCheck(Method method, int bci) { argument 59 BytecodeGetStatic b = new BytecodeGetStatic(method, bci); 64 return new BytecodeGetStatic(bcs.method(), bcs.bci());
|
H A D | BytecodeGoto.java | 31 BytecodeGoto(Method method, int bci) { argument 32 super(method, bci); 36 return bci() + javaShortAt(1); 49 public static BytecodeGoto at(Method method, int bci) { argument 50 BytecodeGoto b = new BytecodeGoto(method, bci); 58 public static BytecodeGoto atCheck(Method method, int bci) { argument 59 BytecodeGoto b = new BytecodeGoto(method, bci); 64 return new BytecodeGoto(bcs.method(), bcs.bci());
|
H A D | BytecodeGotoW.java | 31 BytecodeGotoW(Method method, int bci) { argument 32 super(method, bci); 36 return bci() + javaSignedWordAt(1); 49 public static BytecodeGotoW at(Method method, int bci) { argument 50 BytecodeGotoW b = new BytecodeGotoW(method, bci); 58 public static BytecodeGotoW atCheck(Method method, int bci) { argument 59 BytecodeGotoW b = new BytecodeGotoW(method, bci); 64 return new BytecodeGotoW(bcs.method(), bcs.bci());
|
H A D | BytecodeIf.java | 31 BytecodeIf(Method method, int bci) { argument 32 super(method, bci); 36 return bci() + javaShortAt(1); 51 public static BytecodeIf at(Method method, int bci) { argument 52 BytecodeIf b = new BytecodeIf(method, bci); 60 public static BytecodeIf atCheck(Method method, int bci) { argument 61 BytecodeIf b = new BytecodeIf(method, bci); 66 return new BytecodeIf(bcs.method(), bcs.bci());
|
H A D | BytecodeIinc.java | 31 BytecodeIinc(Method method, int bci) { argument 32 super(method, bci); 50 public static BytecodeIinc at(Method method, int bci) { argument 51 BytecodeIinc b = new BytecodeIinc(method, bci); 59 public static BytecodeIinc atCheck(Method method, int bci) { argument 60 BytecodeIinc b = new BytecodeIinc(method, bci); 65 return new BytecodeIinc(bcs.method(), bcs.bci());
|
H A D | BytecodeInstanceOf.java | 31 BytecodeInstanceOf(Method method, int bci) { argument 32 super(method, bci); 49 public static BytecodeInstanceOf at(Method method, int bci) { argument 50 BytecodeInstanceOf b = new BytecodeInstanceOf(method, bci); 58 public static BytecodeInstanceOf atCheck(Method method, int bci) { argument 59 BytecodeInstanceOf b = new BytecodeInstanceOf(method, bci); 64 return new BytecodeInstanceOf(bcs.method(), bcs.bci());
|
H A D | BytecodeJsr.java | 31 BytecodeJsr(Method method, int bci) { argument 32 super(method, bci); 36 return bci() + javaShortAt(1); 49 public static BytecodeJsr at(Method method, int bci) { argument 50 BytecodeJsr b = new BytecodeJsr(method, bci); 58 public static BytecodeJsr atCheck(Method method, int bci) { argument 59 BytecodeJsr b = new BytecodeJsr(method, bci); 64 return new BytecodeJsr(bcs.method(), bcs.bci());
|
H A D | BytecodeJsrW.java | 31 BytecodeJsrW(Method method, int bci) { argument 32 super(method, bci); 36 return bci() + javaSignedWordAt(1); 49 public static BytecodeJsrW at(Method method, int bci) { argument 50 BytecodeJsrW b = new BytecodeJsrW(method, bci); 58 public static BytecodeJsrW atCheck(Method method, int bci) { argument 59 BytecodeJsrW b = new BytecodeJsrW(method, bci); 64 return new BytecodeJsrW(bcs.method(), bcs.bci());
|
H A D | BytecodeLoad.java | 31 BytecodeLoad(Method method, int bci) { argument 32 super(method, bci); 55 public static BytecodeLoad at(Method method, int bci) { argument 56 BytecodeLoad b = new BytecodeLoad(method, bci); 64 public static BytecodeLoad atCheck(Method method, int bci) { argument 65 BytecodeLoad b = new BytecodeLoad(method, bci); 70 return new BytecodeLoad(bcs.method(), bcs.bci());
|
H A D | BytecodeMultiANewArray.java | 31 BytecodeMultiANewArray(Method method, int bci) { argument 32 super(method, bci); 53 public static BytecodeMultiANewArray at(Method method, int bci) { argument 54 BytecodeMultiANewArray b = new BytecodeMultiANewArray(method, bci); 62 public static BytecodeMultiANewArray atCheck(Method method, int bci) { argument 63 BytecodeMultiANewArray b = new BytecodeMultiANewArray(method, bci); 68 return new BytecodeMultiANewArray(bcs.method(), bcs.bci());
|
H A D | BytecodeNew.java | 31 BytecodeNew(Method method, int bci) { argument 32 super(method, bci); 49 public static BytecodeNew at(Method method, int bci) { argument 50 BytecodeNew b = new BytecodeNew(method, bci); 58 public static BytecodeNew atCheck(Method method, int bci) { argument 59 BytecodeNew b = new BytecodeNew(method, bci); 64 return new BytecodeNew(bcs.method(), bcs.bci());
|
H A D | BytecodeNewArray.java | 31 BytecodeNewArray(Method method, int bci) { argument 32 super(method, bci); 108 public static BytecodeNewArray at(Method method, int bci) { argument 109 BytecodeNewArray b = new BytecodeNewArray(method, bci); 117 public static BytecodeNewArray atCheck(Method method, int bci) { argument 118 BytecodeNewArray b = new BytecodeNewArray(method, bci); 123 return new BytecodeNewArray(bcs.method(), bcs.bci());
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ |
H A D | CompressedLineNumberReadStream.java | 40 /** Read (bci, line number) pair from stream. Returns false at end-of-stream. */ 47 bci += readSignedInt(); 51 bci += next >> 3; 57 public int bci() { return bci; } method in class:CompressedLineNumberReadStream 64 private int bci; field in class:CompressedLineNumberReadStream
|
/openjdk7/hotspot/src/share/vm/shark/ |
H A D | sharkRuntime.hpp | 77 static address bcp(JavaThread *thread, int bci) { argument 78 return method(thread)->code_base() + bci; 80 static int two_byte_index(JavaThread *thread, int bci) { argument 81 return Bytes::get_Java_u2(bcp(thread, bci) + 1);
|