Searched refs:nativeMovRegMemPatching_at (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp332 friend NativeMovRegMemPatching* nativeMovRegMemPatching_at (address address) { function in class:NativeMovRegMemPatching
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp726 inline NativeMovRegMemPatching* nativeMovRegMemPatching_at (address address);
795 friend inline NativeMovRegMemPatching* nativeMovRegMemPatching_at (address address) { function in class:NativeMovRegMemPatching
H A DnativeInst_sparc.cpp789 nm = nativeMovRegMemPatching_at( cb.insts_begin() );
797 nm = nativeMovRegMemPatching_at( nm->next_instruction_address() );

Completed in 658 milliseconds