Searched defs:set_destination (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp104 // The Intel code has this assertion for NativeCall::set_destination,
197 // set_destination uses set_long_at which does the ICache::invalidate
198 set_destination(dest);
227 nc->set_destination( cb.insts_begin() + offsets[idx] );
244 void NativeFarCall::set_destination(address dest) { function in class:NativeFarCall
H A DnativeInst_sparc.hpp363 void set_destination(address dest) { set_long_at(0, set_wdisp(long_at(0), dest - instruction_address(), call_displacement_width)); } function in class:NativeCall
467 void set_destination(address dest);
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp553 void CallRelocation::set_destination(address x) { function in class:CallRelocation
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp312 void set_destination(HeapWord* addr) { _destination = addr; } function in class:ParallelCompactData::RegionData
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp131 void set_destination(address dest) { function in class:NativeCall

Completed in 60 milliseconds