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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp505 __ call_runtime_leaf(entry, getThreadTemp(), result_reg, cc->args());
1271 __ call_runtime_leaf(func, LIR_OprFact::illegalOpr, LIR_OprFact::illegalOpr, args);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2523 __ call_runtime_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::OSR_migration_end),
2882 __ call_runtime_leaf(routine, getThreadTemp(),
3154 __ call_runtime_leaf(entry, getThreadTemp(), phys_reg, cc->args());
3196 __ call_runtime_leaf(entry, getThreadTemp(), phys_reg, cc->args());
H A Dc1_LIR.hpp2126 void call_runtime_leaf(address routine, LIR_Opr tmp, LIR_Opr result, LIR_OprList* arguments) { function in class:LIR_List
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp1133 __ call_runtime_leaf(func, rlock_callee_saved(T_INT), LIR_OprFact::illegalOpr, args);

Completed in 65 milliseconds