Searched refs:NativeMovConstReg (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DicBuffer_x86.cpp37 return NativeMovConstReg::instruction_size +
62 NativeMovConstReg* move = nativeMovConstReg_at(code_begin); // creation also verifies the object
70 NativeMovConstReg* move = nativeMovConstReg_at(code_begin);
H A DnativeInst_x86.hpp37 // - - NativeMovConstReg
186 class NativeMovConstReg: public NativeInstruction { class in inherits:NativeInstruction
216 inline friend NativeMovConstReg* nativeMovConstReg_at(address address);
217 inline friend NativeMovConstReg* nativeMovConstReg_before(address address);
220 inline NativeMovConstReg* nativeMovConstReg_at(address address) {
221 NativeMovConstReg* test = (NativeMovConstReg*)(address - NativeMovConstReg::instruction_offset);
228 inline NativeMovConstReg* nativeMovConstReg_before(address address) {
229 NativeMovConstReg* tes
[all...]
H A DrelocInfo_x86.cpp91 return (address) ((NativeMovConstReg*)ni)->data();
122 ((NativeMovConstReg*)ni)->set_data((intptr_t)x);
H A DnativeInst_x86.cpp212 void NativeMovConstReg::verify() {
229 void NativeMovConstReg::print() {
H A Dc1_LIRAssembler_x86.cpp2846 offset += NativeCall::displacement_offset + NativeMovConstReg::instruction_size;
2894 int offset = __ offset() + NativeMovConstReg::instruction_size + NativeCall::displacement_offset;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DicBuffer_sparc.cpp39 return (NativeMovConstReg::instruction_size + // sethi;add
70 NativeMovConstReg* move = nativeMovConstReg_at(code_begin); // creation also verifies the object
77 NativeMovConstReg* move = nativeMovConstReg_at(code_begin); // creation also verifies the object
H A DnativeInst_sparc.cpp105 // NativeMovConstReg::set_data, NativeMovRegMem::set_offset,
175 // sethi %hi(K), %r; add %r, %lo(K), %r (NativeMovConstReg)
264 assert((int)jmpl_offset == (int)NativeMovConstReg::add_offset, "sethi size ok");
301 void NativeMovConstReg::verify() {
325 void NativeMovConstReg::print() {
331 intptr_t NativeMovConstReg::data() const {
335 intptr_t NativeMovConstReg::data() const {
341 void NativeMovConstReg::set_data(intptr_t x) {
370 // Code for unit testing implementation of NativeMovConstReg class
371 void NativeMovConstReg
[all...]
H A DnativeInst_sparc.hpp38 // - - NativeMovConstReg
515 class NativeMovConstReg;
516 inline NativeMovConstReg* nativeMovConstReg_at(address address);
517 class NativeMovConstReg: public NativeInstruction { class in inherits:NativeInstruction
547 friend inline NativeMovConstReg* nativeMovConstReg_at(address address) {
548 NativeMovConstReg* test = (NativeMovConstReg*)address;
556 friend NativeMovConstReg* nativeMovConstReg_before(address address) {
557 NativeMovConstReg* test = (NativeMovConstReg*)(addres
[all...]
H A Dc1_CodeStubs_sparc.cpp360 pc = (address)(_pc_start + NativeMovConstReg::add_offset);
/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp38 // - - NativeMovConstReg
112 class NativeMovConstReg : public NativeInstruction { class in inherits:NativeInstruction
127 inline NativeMovConstReg* nativeMovConstReg_at(address address) {
/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp527 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); // creation also verifies the object
590 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); // creation also verifies the object
669 NativeMovConstReg* method_holder = nativeMovConstReg_at(stub); // creation also verifies the object
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp995 NativeMovConstReg* n_copy = nativeMovConstReg_at(copy_buff);
1052 NativeMovConstReg* n_copy2 = nativeMovConstReg_at(copy_buff);
1079 address instr_pc2 = instr_pc + NativeMovConstReg::add_offset;
1085 { address instr_pc2 = instr_pc + NativeMovConstReg::lo_offset;

Completed in 50 milliseconds