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

/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp85 LIR_Opr LIRGenerator::getThreadTemp() { return LIR_OprFact::illegalOpr; } function in class:LIRGenerator
505 __ call_runtime_leaf(entry, getThreadTemp(), result_reg, cc->args());
902 __ call_runtime_leaf(StubRoutines::dexp(), getThreadTemp(), result_reg, cc->args());
904 __ call_runtime_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::dexp), getThreadTemp(), result_reg, cc->args());
909 __ call_runtime_leaf(StubRoutines::dlog(), getThreadTemp(), result_reg, cc->args());
911 __ call_runtime_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::dlog), getThreadTemp(), result_reg, cc->args());
916 __ call_runtime_leaf(StubRoutines::dlog10(), getThreadTemp(), result_reg, cc->args());
918 __ call_runtime_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::dlog10), getThreadTemp(), result_reg, cc->args());
923 __ call_runtime_leaf(StubRoutines::dpow(), getThreadTemp(), result_reg, cc->args());
925 __ call_runtime_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::dpow), getThreadTemp(), result_re
[all...]
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp73 LIR_Opr LIRGenerator::getThreadTemp() { return rlock_callee_saved(NOT_LP64(T_INT) LP64_ONLY(T_LONG)); } function in class:LIRGenerator
862 __ call_runtime_leaf(StubRoutines::updateBytesCRC32(), getThreadTemp(), result_reg, cc->args());
946 __ call_runtime_leaf(StubRoutines::updateBytesCRC32C(), getThreadTemp(), result_reg, cc->args());
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRGenerator_aarch64.cpp75 LIR_Opr LIRGenerator::getThreadTemp() { return LIR_OprFact::illegalOpr; } function in class:LIRGenerator
471 __ call_runtime_leaf(entry, getThreadTemp(), result_reg, cc->args());
1021 __ call_runtime_leaf(StubRoutines::updateBytesCRC32(), getThreadTemp(), result_reg, cc->args());
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2607 getThreadTemp(), LIR_OprFact::illegalOpr, cc->args());
3154 __ call_runtime_leaf(routine, getThreadTemp(),
3701 __ call_runtime(entry, getThreadTemp(), phys_reg, cc->args(), info);
3703 __ call_runtime_leaf(entry, getThreadTemp(), phys_reg, cc->args());
3743 __ call_runtime(entry, getThreadTemp(), phys_reg, cc->args(), info);
3745 __ call_runtime_leaf(entry, getThreadTemp(), phys_reg, cc->args());
H A Dc1_LIRGenerator.hpp514 LIR_Opr getThreadTemp();
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_LIRGenerator_arm.cpp84 LIR_Opr LIRGenerator::getThreadTemp() { function in class:LIRGenerator
1636 __ call_runtime_leaf(func, getThreadTemp(), LIR_OprFact::illegalOpr, args);
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRGenerator_ppc.cpp86 LIR_Opr LIRGenerator::getThreadTemp() { return LIR_OprFact::illegalOpr; } // not needed function in class:LIRGenerator
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_LIRGenerator_s390.cpp92 LIR_Opr LIRGenerator::getThreadTemp() { return LIR_OprFact::illegalOpr; } function in class:LIRGenerator

Completed in 81 milliseconds