Searched refs:Bytecodes (Results 76 - 100 of 189) sorted by relevance

12345678

/openjdk10/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp109 int index = wide ? get_index_u2(thread, Bytecodes::_ldc_w) : get_index_u1(thread, Bytecodes::_ldc);
118 IRT_ENTRY(void, InterpreterRuntime::resolve_ldc(JavaThread* thread, Bytecodes::Code bytecode)) {
119 assert(bytecode == Bytecodes::_fast_aldc ||
120 bytecode == Bytecodes::_fast_aldc_w, "wrong bc");
186 int i = get_index_u2(thread, Bytecodes::_multianewarray);
220 int which = get_index_u2(thread, Bytecodes::_checkcast);
555 void InterpreterRuntime::resolve_get_put(JavaThread* thread, Bytecodes::Code bytecode) {
561 bool is_put = (bytecode == Bytecodes::_putfield || bytecode == Bytecodes
[all...]
H A DlinkResolver.cpp589 methodHandle LinkResolver::resolve_method_statically(Bytecodes::Code code,
598 if (code == Bytecodes::_invokedynamic) {
619 if (code == Bytecodes::_invokeinterface) {
621 } else if (code == Bytecodes::_invokevirtual) {
694 Bytecodes::Code code, TRAPS) {
700 if (code == Bytecodes::_invokevirtual && resolved_klass->is_interface()) {
797 methodHandle LinkResolver::resolve_interface_method(const LinkInfo& link_info, Bytecodes::Code code, TRAPS) {
851 if (code != Bytecodes::_invokestatic && resolved_method->is_static()) {
860 if (code == Bytecodes::_invokeinterface && resolved_method->is_private()) {
876 Bytecodes
[all...]
H A DbytecodeHistogram.hpp59 NOT_PRODUCT(static int _counters[Bytecodes::number_of_codes];) // a counter for each bytecode
80 number_of_codes = 1 << log2_number_of_codes, // must be no less than Bytecodes::number_of_codes
H A DlinkResolver.hpp227 static methodHandle resolve_interface_method(const LinkInfo& link_info, Bytecodes::Code code, TRAPS);
228 static methodHandle resolve_method (const LinkInfo& link_info, Bytecodes::Code code, TRAPS);
282 static methodHandle resolve_method_statically(Bytecodes::Code code,
290 Bytecodes::Code byte, TRAPS);
292 Bytecodes::Code access_kind,
336 Bytecodes::Code byte, TRAPS);
341 Bytecodes::Code byte, TRAPS);
H A DtemplateInterpreter.hpp172 static address* invoke_return_entry_table_for(Bytecodes::Code code);
175 static address return_entry(TosState state, int length, Bytecodes::Code code);
188 static bool bytecode_should_reexecute(Bytecodes::Code code);
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciEnv.hpp92 int method_index, Bytecodes::Code bc,
122 int method_index, Bytecodes::Code bc,
131 Bytecodes::Code bc,
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRGenerator_aarch64.cpp442 if (x->op() == Bytecodes::_frem || x->op() == Bytecodes::_drem) {
448 if (x->op() == Bytecodes::_frem) {
464 if (x->op() == Bytecodes::_frem) {
490 if (x->is_strictfp() && (x->op() == Bytecodes::_dmul || x->op() == Bytecodes::_ddiv)) {
506 if (x->op() == Bytecodes::_ldiv || x->op() == Bytecodes::_lrem) {
522 case Bytecodes::_lrem:
525 case Bytecodes
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeNew.java46 return javaCode() == Bytecodes._new;
H A DBytecodePutField.java46 return javaCode() == Bytecodes._putfield;
H A DBytecodePutStatic.java46 return javaCode() == Bytecodes._putstatic;
H A DBytecodeANewArray.java46 return javaCode() == Bytecodes._anewarray;
H A DBytecodeCheckCast.java46 return javaCode() == Bytecodes._checkcast;
H A DBytecodeGotoW.java46 return javaCode() == Bytecodes._goto_w;
H A DBytecodeGoto.java46 return javaCode() == Bytecodes._goto;
H A DBytecodeGetStatic.java46 return javaCode() == Bytecodes._getstatic;
H A DBytecodeGetField.java46 return javaCode() == Bytecodes._getfield;
H A DBytecodeInstanceOf.java46 return javaCode() == Bytecodes._instanceof;
H A DBytecodeJsrW.java46 return javaCode() == Bytecodes._jsr_w;
H A DBytecodeJsr.java46 return javaCode() == Bytecodes._jsr;
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp421 Bytecodes::Code branch = Bytecodes::code_at(method(), pc);
424 case Bytecodes::_if_icmplt: case Bytecodes::_iflt:
425 case Bytecodes::_if_icmpgt: case Bytecodes::_ifgt:
426 case Bytecodes::_if_icmple: case Bytecodes::_ifle:
427 case Bytecodes::_if_icmpge: case Bytecodes
[all...]
H A Dc1_Instruction.cpp234 case Bytecodes::_iadd: // fall through
235 case Bytecodes::_ladd: // fall through
236 case Bytecodes::_fadd: // fall through
237 case Bytecodes::_dadd: // fall through
238 case Bytecodes::_imul: // fall through
239 case Bytecodes::_lmul: // fall through
240 case Bytecodes::_fmul: // fall through
241 case Bytecodes::_dmul: return true;
249 case Bytecodes::_idiv: // fall through
250 case Bytecodes
[all...]
H A Dc1_LIRAssembler.cpp46 Bytecodes::Code code = info->scope()->method()->java_code_at_bci(info->stack()->bci());
49 case Bytecodes::_putstatic:
50 case Bytecodes::_getstatic:
51 case Bytecodes::_putfield:
52 case Bytecodes::_getfield:
59 case Bytecodes::_new:
60 case Bytecodes::_anewarray:
61 case Bytecodes::_multianewarray:
62 case Bytecodes::_instanceof:
63 case Bytecodes
[all...]
/openjdk10/hotspot/src/share/vm/oops/
H A Dmethod.cpp472 && *code_base() == Bytecodes::_return;
505 if (cb[0] != Bytecodes::_aload_0 || cb[1] != Bytecodes::_invokespecial || cb[last] != Bytecodes::_return) {
511 if (cb[i] != Bytecodes::_aload_0) return false;
512 if (!Bytecodes::is_zero_const(Bytecodes::cast(cb[i+1]))) return false;
513 if (cb[i+2] != Bytecodes::_putfield) return false;
521 Bytecodes::Code bc;
525 case Bytecodes
[all...]
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_LIRGenerator_arm.cpp290 __ convert(Bytecodes::_l2i, base, tmp);
295 __ convert(Bytecodes::_l2i, index, tmp);
693 case Bytecodes::_frem:
696 case Bytecodes::_drem:
704 case Bytecodes::_fadd:
707 case Bytecodes::_fmul:
710 case Bytecodes::_fsub:
713 case Bytecodes::_fdiv:
716 case Bytecodes::_dadd:
719 case Bytecodes
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.bytecode/src/org/graalvm/compiler/bytecode/
H A DBytecodes.java25 import static org.graalvm.compiler.bytecode.Bytecodes.Flags.ASSOCIATIVE;
26 import static org.graalvm.compiler.bytecode.Bytecodes.Flags.BRANCH;
27 import static org.graalvm.compiler.bytecode.Bytecodes.Flags.COMMUTATIVE;
28 import static org.graalvm.compiler.bytecode.Bytecodes.Flags.FALL_THROUGH;
29 import static org.graalvm.compiler.bytecode.Bytecodes.Flags.FIELD_READ;
30 import static org.graalvm.compiler.bytecode.Bytecodes.Flags.FIELD_WRITE;
31 import static org.graalvm.compiler.bytecode.Bytecodes.Flags.INVOKE;
32 import static org.graalvm.compiler.bytecode.Bytecodes.Flags.LOAD;
33 import static org.graalvm.compiler.bytecode.Bytecodes.Flags.STOP;
34 import static org.graalvm.compiler.bytecode.Bytecodes
45 public class Bytecodes { class
[all...]

Completed in 103 milliseconds

12345678