Searched defs:bci (Results 1 - 25 of 260) sorted by path

1234567891011

/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp1350 int bci = op->profiled_bci(); local
1491 int bci = op->profiled_bci(); local
2566 int bci = op->profiled_bci(); local
H A Dc1_Runtime1_aarch64.cpp769 Register bci = r0, method = r1; local
H A Dframe_aarch64.cpp682 int bci = m->bci_from((address)bcx); local
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_LIRAssembler_arm.cpp1306 void LIR_Assembler::setup_md_access(ciMethod* method, int bci, argument
1321 void LIR_Assembler::typecheck_profile_helper1(ciMethod* method, int bci, argument
3146 int bci = op->profiled_bci(); local
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp2374 void LIR_Assembler::setup_md_access(ciMethod* method, int bci, argument
2750 int bci = op->profiled_bci(); local
H A Dinterp_masm_ppc_64.cpp2308 static bool verify_return_address(Method* m, int bci) { argument
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp2374 void LIR_Assembler::setup_md_access(ciMethod* method, int bci, argument
2412 int bci = op->profiled_bci(); local
2530 int bci = op->profiled_bci(); local
2701 int bci = op->profiled_bci(); local
[all...]
H A Dc1_Runtime1_s390.cpp371 Register bci = Z_ARG2, method = Z_ARG3; local
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2342 void LIR_Assembler::setup_md_access(ciMethod* method, int bci, argument
2742 int bci = op->profiled_bci(); local
H A Dinterp_masm_sparc.cpp2475 static bool verify_return_address(Method* m, int bci) { argument
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1614 int bci = op->profiled_bci(); local
1774 int bci = op->profiled_bci(); local
3478 int bci = op->profiled_bci(); local
H A Dc1_Runtime1_x86.cpp1084 Register bci = rax, method = rbx; local
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DScopeDesc.java43 private int bci; field in class:ScopeDesc
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecode.java33 int bci; field in class:Bytecode
38 Bytecode(Method method, int bci) { argument
79 public int bci() { return bci; } method in class:Bytecode
[all...]
H A DBytecodeANewArray.java31 BytecodeANewArray(Method method, int bci) { argument
49 public static BytecodeANewArray at(Method method, int bci) { argument
58 public static BytecodeANewArray atCheck(Method method, int bci) { argument
H A DBytecodeBipush.java31 BytecodeBipush(Method method, int bci) { argument
49 public static BytecodeBipush at(Method method, int bci) { argument
58 public static BytecodeBipush atCheck(Method method, int bci) { argument
H A DBytecodeCheckCast.java31 BytecodeCheckCast(Method method, int bci) { argument
49 public static BytecodeCheckCast at(Method method, int bci) { argument
58 public static BytecodeCheckCast atCheck(Method method, int bci) { argument
H A DBytecodeGetField.java31 BytecodeGetField(Method method, int bci) { argument
49 public static BytecodeGetField at(Method method, int bci) { argument
58 public static BytecodeGetField atCheck(Method method, int bci) { argument
H A DBytecodeGetPut.java33 BytecodeGetPut(Method method, int bci) { argument
H A DBytecodeGetStatic.java31 BytecodeGetStatic(Method method, int bci) { argument
49 public static BytecodeGetStatic at(Method method, int bci) { argument
58 public static BytecodeGetStatic atCheck(Method method, int bci) { argument
H A DBytecodeGoto.java31 BytecodeGoto(Method method, int bci) { argument
49 public static BytecodeGoto at(Method method, int bci) { argument
58 public static BytecodeGoto atCheck(Method method, int bci) { argument
H A DBytecodeGotoW.java31 BytecodeGotoW(Method method, int bci) { argument
49 public static BytecodeGotoW at(Method method, int bci) { argument
58 public static BytecodeGotoW atCheck(Method method, int bci) { argument
H A DBytecodeIf.java31 BytecodeIf(Method method, int bci) { argument
51 public static BytecodeIf at(Method method, int bci) { argument
60 public static BytecodeIf 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

Completed in 433 milliseconds

1234567891011