Searched refs:bc (Results 126 - 136 of 136) sorted by relevance

123456

/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCompilerToVM.cpp899 Bytecodes::Code bc = (Bytecodes::Code) (((int) opcode) & 0xFF);
900 methodHandle method = JVMCIEnv::get_method_by_index(cp, index, bc, pool_holder);
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2766 Bytecodes::Code bc = method->java_code_at_bci(bci); local
2770 if ((bc == Bytecodes::_invokevirtual || bc == Bytecodes::_invokeinterface) &&
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp2578 Bytecodes::Code bc = method->java_code_at_bci(bci); local
2582 if ((bc == Bytecodes::_invokevirtual || bc == Bytecodes::_invokeinterface) &&
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp2716 Bytecodes::Code bc = method->java_code_at_bci(bci); local
2720 if ((bc == Bytecodes::_invokevirtual || bc == Bytecodes::_invokeinterface) &&
/openjdk10/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java2389 protected CPRefBand getCPRefOpBand(int bc) { argument
2390 switch (Instruction.getCPRefOpTag(bc)) {
2402 switch (bc) {
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_LIRAssembler_arm.cpp3171 Bytecodes::Code bc = method->java_code_at_bci(bci); local
3175 if ((bc == Bytecodes::_invokevirtual || bc == Bytecodes::_invokeinterface) &&
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp3490 Bytecodes::Code bc = method->java_code_at_bci(bci); local
3494 if ((bc == Bytecodes::_invokevirtual || bc == Bytecodes::_invokeinterface) &&
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.cpp435 bc(opposite_boint, biint, not_taken_pc);
460 bc(boint, biint, dest);
545 masm.bc(boint, biint, dest);
557 masm.bc(opposite_boint, biint, not_taken_pc);
H A DtemplateTable_ppc_64.cpp1594 __ bc(bo, bi, L);
1641 __ add(R14_bcp, Rdisp, R14_bcp); // Add to bc addr.
/openjdk10/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2233 * @param bc what invoke bytecode is this?
2235 void GraphKit::record_profiled_arguments_for_speculation(ciMethod* dest_method, Bytecodes::Code bc) { argument
2241 int skip = Bytecodes::has_receiver(bc) ? 1 : 0;
3211 // bci is either a monitorenter bc or InvocationEntryBci
3279 // bci is either a monitorenter bc or InvocationEntryBci
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js86 bc: 55,

Completed in 196 milliseconds

123456