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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1963 HeapWord* compare_to = *Universe::heap()->top_addr(); local
1964 HeapWord* new_top = compare_to + obj_size;
1966 if (Atomic::cmpxchg_ptr(new_top, Universe::heap()->top_addr(), compare_to) != compare_to) {
1969 result = (oop) compare_to;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2027 void compare_to (LIR_Opr left, LIR_Opr right, LIR_Opr dst) { function in class:LIR_List

Completed in 2036 milliseconds