Searched defs:bci (Results 1 - 25 of 252) sorted by relevance

1234567891011

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DCompressedLineNumberReadStream.java57 public int bci() { return bci; } method in class:CompressedLineNumberReadStream
64 private int bci; field in class:CompressedLineNumberReadStream
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeJmp.java31 BytecodeJmp(Method method, int bci) { argument
H A DBytecodeLoadStore.java30 BytecodeLoadStore(Method method, int bci) { argument
H A DBytecodeWithKlass.java31 BytecodeWithKlass(Method method, int bci) { argument
H A DBytecodeWithCPIndex.java33 BytecodeWithCPIndex(Method method, int bci) { argument
H A DBytecodeWideable.java30 BytecodeWideable(Method method, int bci) { argument
H A DLookupswitchPair.java30 LookupswitchPair(Method method, int bci) { argument
H A DBytecodeLookupswitch.java31 BytecodeLookupswitch(Method method, int bci) { argument
62 public static BytecodeLookupswitch at(Method method, int bci) { argument
71 public static BytecodeLookupswitch atCheck(Method method, int bci) { argument
[all...]
H A DBytecodeNewArray.java31 BytecodeNewArray(Method method, int bci) { argument
108 public static BytecodeNewArray at(Method method, int bci) { argument
117 public static BytecodeNewArray atCheck(Method method, int bci) { argument
H A DBytecodeMultiANewArray.java31 BytecodeMultiANewArray(Method method, int bci) { argument
53 public static BytecodeMultiANewArray at(Method method, int bci) { argument
62 public static BytecodeMultiANewArray atCheck(Method method, int bci) { argument
H A DBytecodeSipush.java31 BytecodeSipush(Method method, int bci) { argument
49 public static BytecodeSipush at(Method method, int bci) { argument
58 public static BytecodeSipush atCheck(Method method, int bci) { argument
H A DBytecodeRet.java31 BytecodeRet(Method method, int bci) { argument
45 public static BytecodeRet at(Method method, int bci) { argument
54 public static BytecodeRet atCheck(Method method, int bci) { argument
H A DBytecodeStore.java31 BytecodeStore(Method method, int bci) { argument
55 public static BytecodeStore at(Method method, int bci) { argument
64 public static BytecodeStore atCheck(Method method, int bci) { argument
H A DBytecodeNew.java31 BytecodeNew(Method method, int bci) { argument
49 public static BytecodeNew at(Method method, int bci) { argument
58 public static BytecodeNew atCheck(Method method, int bci) { argument
H A DBytecodePutField.java31 BytecodePutField(Method method, int bci) { argument
49 public static BytecodePutField at(Method method, int bci) { argument
58 public static BytecodePutField atCheck(Method method, int bci) { argument
H A DBytecodePutStatic.java31 BytecodePutStatic(Method method, int bci) { argument
49 public static BytecodePutStatic at(Method method, int bci) { argument
58 public static BytecodePutStatic atCheck(Method method, int bci) { argument
H A DBytecodeIinc.java31 BytecodeIinc(Method method, int bci) { argument
50 public static BytecodeIinc at(Method method, int bci) { argument
59 public static BytecodeIinc atCheck(Method method, int bci) { argument
H A DBytecodeInstanceOf.java31 BytecodeInstanceOf(Method method, int bci) { argument
49 public static BytecodeInstanceOf at(Method method, int bci) { argument
58 public static BytecodeInstanceOf atCheck(Method method, int bci) { argument
H A DBytecodeLoad.java31 BytecodeLoad(Method method, int bci) { argument
55 public static BytecodeLoad at(Method method, int bci) { argument
64 public static BytecodeLoad atCheck(Method method, int bci) { argument
H A DBytecodeJsrW.java31 BytecodeJsrW(Method method, int bci) { argument
49 public static BytecodeJsrW at(Method method, int bci) { argument
58 public static BytecodeJsrW atCheck(Method method, int bci) { argument
H A DBytecodeJsr.java31 BytecodeJsr(Method method, int bci) { argument
49 public static BytecodeJsr at(Method method, int bci) { argument
58 public static BytecodeJsr atCheck(Method method, int bci) { argument
/openjdk9/hotspot/src/share/vm/shark/
H A DsharkRuntime.hpp76 static address bcp(JavaThread *thread, int bci) { argument
79 static int two_byte_index(JavaThread *thread, int bci) { argument
/openjdk9/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DLocalVariableTable.java55 public Local getLocal(int slot, int bci) { argument
79 public Local[] getLocalsAt(int bci) { argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.bytecode/src/org/graalvm/compiler/bytecode/
H A DBytecodeSwitch.java38 protected final int bci; field in class:BytecodeSwitch
51 public BytecodeSwitch(BytecodeStream stream, int bci) { argument
62 public int bci() { method in class:BytecodeSwitch
[all...]
H A DBytecodeLookupSwitch.java41 public BytecodeLookupSwitch(BytecodeStream stream, int bci) { argument

Completed in 76 milliseconds

1234567891011