Searched defs:set_long_at (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValueCollection.cpp97 void StackValueCollection::set_long_at(int slot, jlong value) { function in class:StackValueCollection
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp83 void NativeInstruction::set_long_at(int offset, int i) { function in class:NativeInstruction
167 // The set_long_at calls do the ICacheInvalidate so we just need to do them in reverse order
168 n_call->set_long_at(1*BytesPerInstWord, i1);
169 n_call->set_long_at(0*BytesPerInstWord, i0);
197 // set_destination uses set_long_at which does the ICache::invalidate
345 set_long_at(sethi_offset, set_data32_sethi( long_at(sethi_offset), x));
347 set_long_at(add_offset, set_data32_simm13( long_at(add_offset), x));
455 set_long_at(sethi_offset, set_data32_sethi(long_at(sethi_offset), x));
457 set_long_at(add_offset, set_data32_simm13(long_at(add_offset), x));
927 nii->set_long_at(
[all...]

Completed in 32 milliseconds