Searched refs:set_destination (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp169 call->set_destination(x);
174 call->set_destination(x);
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/cpu/x86/vm/
H A DrelocInfo_x86.cpp102 nativeCall_at(addr())->set_destination(x);
H A DnativeInst_x86.cpp157 set_destination(dest);
H A DnativeInst_x86.hpp131 void set_destination(address dest) { function in class:NativeCall
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp915 void set_destination(address x); // pd_set_call_destination
919 void set_value(address x) { set_destination(x); }
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
H A DpsParallelCompact.cpp545 _region_data[cur_region].set_destination(addr);
694 _region_data[cur_region].set_destination(dest_addr);

Completed in 107 milliseconds