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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp72 LIR_Opr LIRGenerator::getThreadTemp() { return rlock_callee_saved(T_INT); } function in class:LIRGenerator
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp84 LIR_Opr LIRGenerator::getThreadTemp() { return LIR_OprFact::illegalOpr; } function in class:LIRGenerator
505 __ call_runtime_leaf(entry, getThreadTemp(), result_reg, cc->args());

Completed in 545 milliseconds