Searched refs:I0 (Results 1 - 21 of 21) sorted by relevance

/openjdk7/langtools/test/com/sun/javadoc/testOverridenMethods/pkg3/
H A DI0.java26 public interface I0 extends I2, I3, I4 {} interface in inherits:I2,I3,I4
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCRegisters.java55 public static final SPARCRegister I0; field in class:SPARCRegisters
93 I0 = new SPARCRegister(24);
118 registerNames[I0.getNumber()] = "%i0";
137 L4, L5, L6, L7, I0, I1, I2, I3, I4, I5,
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Ddump_sparc.cpp101 // Expecting to be called with the "this" pointer in O0/I0 (where
111 __ st_ptr(L3, Address(I0, 0)); // Save correct vtable ptr in entry.
H A Dc1_FrameMap_sparc.cpp209 /* 8 */ map_register(i++, I0);
243 in_long_opr = as_long_opr(I0);
271 I0_opr = as_opr(I0);
304 I0_oop_opr = as_oop_opr(I0);
H A Dc1_Runtime1_sparc.cpp434 __ mov(O0, I0);
446 __ mov(O0, I0);
456 oop_maps = generate_stub_call(sasm, I0, CAST_FROM_FN_PTR(address, new_instance), G5_klass);
457 // I0->O0: new instance
568 oop_maps = generate_stub_call(sasm, I0, CAST_FROM_FN_PTR(address, new_type_array), G5_klass, G4_length);
570 oop_maps = generate_stub_call(sasm, I0, CAST_FROM_FN_PTR(address, new_object_array), G5_klass, G4_length);
572 // I0 -> O0: new array
581 oop_maps = generate_stub_call(sasm, I0, CAST_FROM_FN_PTR(address, new_multi_array), I0, I1, I2);
582 // I0
[all...]
H A Dframe_sparc.inline.hpp78 inline address* frame::I0_addr() const { return (address*) &sp()[ I0->sp_offset_in_saved_window()]; }
81 inline address* frame::O0_addr() const { return (address*) &younger_sp()[ I0->sp_offset_in_saved_window()]; }
H A Dregister_sparc.hpp146 CONSTANT_REGISTER_DECLARATION(Register, I0 , (RegisterImpl::ibase + 0));
201 #define I0 ((Register)(I0_RegisterEnumValue)) macro
H A DsharedRuntime_sparc.cpp841 // L0-L7, I0-I7 - Caller's temps (no frame pushed yet)
848 // L0-L7, I0-I7 - Caller's temps (no frame pushed yet)
2241 // disjoint ( I0 -> O1, I1 -> O2, ...) we have nothing to worry about
2502 // and move things into I0. The return value there will survive any VM
2518 __ mov(O0, I0);
2520 case T_BOOLEAN: __ subcc(G0, O0, G0); __ addc(G0, 0, I0); break; // !0 => true; 0 => false
2521 case T_BYTE : __ sll(O0, 24, O0); __ sra(O0, 24, I0); break;
2522 case T_CHAR : __ sll(O0, 16, O0); __ srl(O0, 16, I0); break; // cannot use and3, 0xFFFF too big as immediate value!
2523 case T_SHORT : __ sll(O0, 16, O0); __ sra(O0, 16, I0); break;
2618 // native result if any is live in freg or I0 (an
[all...]
H A Dregister_definitions_sparc.cpp63 REGISTER_DEFINITION(Register, I0);
H A Dassembler_sparc.cpp214 addcc( I0, 1, I1 );
264 udivcc( G6, G7, I0 );
319 ldxfsr( I0, -1 );
338 ldd( I0, I1, I2 );
348 lduba( O7, -1, I0 );
364 and3( I0, L0, O0 );
548 ldc( I0, I1, 31);
1944 ldx(FP,frame::register_save_words*wordSize+STACK_BIAS+0*8,I0);
2030 mov(I0, O1); // addr of reg save area
4317 pre_val = I0; // Wa
[all...]
H A Dc1_LIRAssembler_sparc.cpp196 // I0: pointer to osr buffer
292 Register count0 = I0;
314 Register chr0 = I0;
436 __ mov(O0, I0); // Preserve the exception
456 __ mov(I0, O0); // Restore the exception
1559 __ sllx(I0, 32, G1); // Shift bits into high G1
1564 __ set(0xdeadbeef, I0);
H A DcppInterpreter_sparc.cpp916 __ mov(O0, I0);
1502 // c2i adapters place the final interpreter argument in the register save area for O0/I0
1893 // RETURN TO CALL_STUB/C1/C2 code (result if any in I0..I1/(F0/..F1)
2002 __ mov(Lstate, I0);
H A DtemplateInterpreter_sparc.cpp1137 __ mov(O0, I0);
1920 __ mov(Oexception, Oexception ->after_save()); // get exception in I0 so it will be on O0 after restore
H A Dinterp_masm_sparc.cpp1034 // I0, I1: Might contain return value
1131 case ltos: mov(Otos_l, Otos_l->after_save()); break; // O0 -> I0
1139 case itos: mov(Otos_l1, Otos_l1->after_save()); break; // O0 -> I0
2196 // OSR buffer to I0
2197 mov(O0, I0);
H A DstubGenerator_sparc.cpp903 Register Rret = I0;
H A DtemplateTable_sparc.cpp1698 // OSR buffer to I0
1699 __ mov(O0, I0);
/openjdk7/jdk/test/com/sun/jdi/
H A DAccessSpecifierTest.java89 Integer I0 = new Integer (8675309); field in class:AccessSpecifierTarg
90 Integer I1[]={I0}, I2[][]={I1};
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DEnumPrivate.java25 A0,B0,C0,D0,E0,F0,G0,H0,I0,J0,K0,L0,M0,N0,O0,P0,Q0,R0,S0,T0,U0,V0,W0,X0,Y0,Z0, enum constant in enum:EnumPrivate
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp269 st->print_cr(" I0=" INTPTR_FORMAT " I1=" INTPTR_FORMAT
271 sp[I0->sp_offset_in_saved_window()],
340 st->print("I0="); print_location(st, sp[I0->sp_offset_in_saved_window()]);
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp632 st->print_cr(" I0=" INTPTR_FORMAT " I1=" INTPTR_FORMAT
634 sp[I0->sp_offset_in_saved_window()],
703 st->print("I0="); print_location(st, sp[I0->sp_offset_in_saved_window()]);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCFrame.java926 return getSP().addOffsetTo(SPARCRegisters.I0.spOffsetInSavedWindow());

Completed in 134 milliseconds