Searched refs:nativeMovConstReg_at (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DicBuffer_x86.cpp62 NativeMovConstReg* move = nativeMovConstReg_at(code_begin); // creation also verifies the object
70 NativeMovConstReg* move = nativeMovConstReg_at(code_begin);
H A DnativeInst_x86.hpp216 inline friend NativeMovConstReg* nativeMovConstReg_at(address address);
220 inline NativeMovConstReg* nativeMovConstReg_at(address address) { function
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DicBuffer_sparc.cpp70 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.hpp516 inline NativeMovConstReg* nativeMovConstReg_at(address address);
547 friend inline NativeMovConstReg* nativeMovConstReg_at(address address) { function in class:NativeMovConstReg
682 nativeMovConstReg_at(addr_at(0))->data();
689 nativeMovConstReg_at(addr_at(0))->set_data(x);
H A DnativeInst_sparc.cpp397 nm = nativeMovConstReg_at( cb.insts_begin() );
400 nm = nativeMovConstReg_at( nm->next_instruction_address() );
/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp127 inline NativeMovConstReg* nativeMovConstReg_at(address address) { function
/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_CodeStubs.hpp406 nativeMovConstReg_at(pc_start());
H A Dc1_Runtime1.cpp995 NativeMovConstReg* n_copy = nativeMovConstReg_at(copy_buff);
1052 NativeMovConstReg* n_copy2 = nativeMovConstReg_at(copy_buff);

Completed in 73 milliseconds