Searched refs:inst2 (Results 1 - 7 of 7) sorted by relevance

/openjdk9/jdk/test/java/rmi/activation/ActivationSystem/activeGroup/
H A DIdempotentActiveGroup.java63 ActivationInstantiator inst2 = null;
77 inst2 = new FakeInstantiator();
83 System.err.println("Invoke activeGroup with inst2");
84 system.activeGroup(groupID, inst2, 0);
110 if (inst2 != null) {
111 UnicastRemoteObject.unexportObject(inst2, true);
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp97 jint inst2; local
109 inst2 = ip->long_at( NativeInstruction::nop_instruction_size );
110 guarantee(Assembler::inv_op(inst2)==Assembler::arith_op, "arith op");
112 guarantee(ip->long_at(NativeInstruction::nop_instruction_size) == NativeInstruction::set_data32_simm13( inst2, (intptr_t)np),
115 ip->set_long_at(NativeInstruction::nop_instruction_size, NativeInstruction::set_data32_simm13( inst2, (intptr_t)np));
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.inline.hpp36 const int inst2 = *(int *)(a+4); local
38 (is_addis(inst1) && is_ld(inst2) && inv_ra_field(inst2) == inv_rt_field(inst1));
48 const int inst2 = *(int *)(a+4); local
49 return (inv_d1_field(inst1) << 16) + inv_d1_field(inst2);
109 const int inst2 = *(int *) a; local
112 if (!is_addi(inst2)) return false;
115 const int dst = inv_rt_field(inst2);
116 if (inv_ra_field(inst2) != dst) return false;
138 const int inst2 local
[all...]
H A DmacroAssembler_ppc.cpp136 const int inst2 = *(int *)inst2_addr; local
140 const int dst = inv_rt_field(inst2);
141 assert(is_addi(inst2) && inv_ra_field(inst2) == dst, "must be addi reading and writing dst");
163 const int inst2 = *(int *)inst2_addr; local
167 const int dst = inv_rt_field(inst2);
168 assert(is_addi(inst2) && inv_ra_field(inst2) == dst, "must be addi reading and writing dst");
208 const int inst2 = *(int *)inst2_addr; local
212 const int dst = inv_rta_field(inst2);
238 const int inst2 = *(int *)inst2_addr; local
304 int inst2 = 0; local
[all...]
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DnativeInst_aarch64.cpp282 NativeInstruction* inst2 = nativeInstruction_at(addr_at(instruction_size * 2)); local
283 if (inst2->is_movk()) {
/openjdk9/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.cpp1206 unsigned long inst1, inst2;
1210 len2 = get_instruction(a + len1, &inst2);
1212 return is_z_iihf(inst1) && is_z_iilf(inst2);
1219 unsigned long inst1, inst2;
/openjdk9/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp4323 InstructForm *inst2 = inst->cisc_spill_alternate();
4324 fprintf(fp_cpp, "// %s can cisc-spill operand %d to %s\n", inst->_ident, operand, inst2->_ident);

Completed in 191 milliseconds