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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp131 class NativeMovRegMem : public NativeInstruction { class in inherits:NativeInstruction
146 inline NativeMovRegMem* nativeMovRegMem_at(address address) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp39 // - - NativeMovRegMem
263 class NativeMovRegMem: public NativeInstruction { class in inherits:NativeInstruction
319 inline friend NativeMovRegMem* nativeMovRegMem_at (address address);
322 inline NativeMovRegMem* nativeMovRegMem_at (address address) {
323 NativeMovRegMem* test = (NativeMovRegMem*)(address - NativeMovRegMem::instruction_offset);
330 class NativeMovRegMemPatching: public NativeMovRegMem {
346 class NativeLoadAddress: public NativeMovRegMem {
564 return ( ubyte_at(0) == NativeMovRegMem
[all...]
H A DnativeInst_x86.cpp236 int NativeMovRegMem::instruction_start() const {
291 address NativeMovRegMem::instruction_address() const {
295 address NativeMovRegMem::next_instruction_address() const {
336 fatal("not a NativeMovRegMem");
342 int NativeMovRegMem::offset() const{
354 void NativeMovRegMem::set_offset(int x) {
366 void NativeMovRegMem::verify() {
396 void NativeMovRegMem::print() {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp40 // - - NativeMovRegMem
633 class NativeMovRegMem;
634 inline NativeMovRegMem* nativeMovRegMem_at (address address);
635 class NativeMovRegMem: public NativeInstruction { class in inherits:NativeInstruction
705 friend inline NativeMovRegMem* nativeMovRegMem_at (address address) {
706 NativeMovRegMem* test = (NativeMovRegMem*)address;
722 // Note that it is identical to NativeMovRegMem with the exception of a nop between the
H A DnativeInst_sparc.cpp105 // NativeMovConstReg::set_data, NativeMovRegMem::set_offset,
528 void NativeMovRegMem::copy_instruction_to(address new_instruction_address) {
537 void NativeMovRegMem::verify() {
565 void NativeMovRegMem::print() {
574 // Code for unit testing implementation of NativeMovRegMem class
575 void NativeMovRegMem::test() {
580 NativeMovRegMem* nm;
669 // End code for unit testing implementation of NativeMovRegMem class
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CodeStubs.hpp400 NativeMovRegMem* n_move = nativeMovRegMem_at(pc_start());
H A Dc1_Runtime1.cpp977 NativeMovRegMem* n_move = nativeMovRegMem_at(copy_buff);

Completed in 38 milliseconds