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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbasicLock.cpp33 void BasicLock::move_to(oop obj, BasicLock* dest) { function in class:BasicLock
47 // basiclock in the new compiled frame. We *always* inflate in move_to().
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DliveRange.hpp51 void move_to(HeapWord* destination) { function in class:LiveRange
/openjdk7/hotspot/src/share/vm/utilities/
H A Dhashtable.cpp115 template <class T, MEMFLAGS F> void Hashtable<T, F>::move_to(Hashtable<T, F>* new_table) { function in class:Hashtable
H A Dostream.cpp159 void outputStream::move_to(int col, int slop, int min_space) { function in class:outputStream
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp1235 LIR_Opr move_to = move->result_opr(); local
1237 if (move_to->is_register() && move_from->is_register()) {
1239 Interval* to = interval_at(reg_num(move_to));
1252 LIR_Opr move_to = cmove->result_opr(); local
1254 if (move_to->is_register() && move_from->is_register()) {
1256 Interval* to = interval_at(reg_num(move_to));

Completed in 72 milliseconds