Searched refs:rlock (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DMultiThreadTest.java239 static Object rlock = new Object(); field in class:Worker
242 synchronized (rlock) {
247 synchronized (rlock) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp386 LIR_Opr reg = rlock(x);
433 LIR_Opr reg = rlock(x);
977 LIR_Opr result = rlock(x);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1064 LIR_Opr LIRGenerator::rlock(Value instr) { function in class:LIRGenerator
1069 // does an rlock and sets result
1071 LIR_Opr reg = rlock(x);
1077 // does an rlock and sets result
1086 reg = rlock(x);
1330 x->set_operand(rlock(x));
H A Dc1_LIRGenerator.hpp197 LIR_Opr rlock(Value instr); // lock a free register

Completed in 48 milliseconds