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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2524 getThreadTemp(), LIR_OprFact::illegalOpr, cc->args());
2882 __ call_runtime_leaf(routine, getThreadTemp(),
3152 __ call_runtime(entry, getThreadTemp(), phys_reg, cc->args(), info);
3154 __ call_runtime_leaf(entry, getThreadTemp(), phys_reg, cc->args());
3194 __ call_runtime(entry, getThreadTemp(), phys_reg, cc->args(), info);
3196 __ call_runtime_leaf(entry, getThreadTemp(), phys_reg, cc->args());
H A Dc1_LIRGenerator.hpp484 LIR_Opr getThreadTemp();
/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());
/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

Completed in 49 milliseconds