Searched refs:make_runtime_call (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp434 length[ndimensions] = NULL; // terminating null for make_runtime_call
485 c = make_runtime_call(RC_NO_LEAF | RC_NO_IO,
507 c = make_runtime_call(RC_NO_LEAF | RC_NO_IO,
H A DparseHelper.cpp56 make_runtime_call(RC_LEAF | RC_NARROW_MEM,
517 make_runtime_call(RC_LEAF, OptoRuntime::profile_receiver_type_Type(),
H A Dlibrary_call.cpp1552 call = make_runtime_call(RC_LEAF, OptoRuntime::Math_D_D_Type(),
1557 call = make_runtime_call(RC_LEAF, OptoRuntime::Math_D_D_Type(),
1562 call = make_runtime_call(RC_LEAF, OptoRuntime::Math_D_D_Type(),
1618 Node* rt = make_runtime_call(RC_LEAF, call_type, funcAddr, funcName,
1813 Node* trig = make_runtime_call(RC_LEAF, call_type, funcAddr, funcName,
2925 Node* time = make_runtime_call(RC_LEAF, tf, funcAddr, funcName, no_memory_effects);
4115 make_runtime_call(RC_LEAF|RC_NO_FP,
5240 Node* call = make_runtime_call(RC_NO_LEAF | RC_UNCOMMON,
5279 Node* call = make_runtime_call(RC_LEAF|RC_NO_FP,
5306 Node* call = make_runtime_call(RC_LEA
[all...]
H A Dparse2.cpp645 Node* c = make_runtime_call(RC_LEAF, OptoRuntime::modf_Type(),
657 Node* c = make_runtime_call(RC_LEAF, OptoRuntime::Math_DD_D_Type(),
674 Node* c = make_runtime_call(RC_LEAF, OptoRuntime::l2f_Type(),
H A DdoCall.cpp829 make_runtime_call(RC_NO_LEAF | RC_MUST_THROW,
H A DgraphKit.hpp737 Node* make_runtime_call(int flags,
745 enum { // flag values for make_runtime_call
H A Dparse1.cpp318 make_runtime_call(RC_LEAF, OptoRuntime::osr_end_Type(),
1946 Node *call = make_runtime_call(RC_NO_LEAF,
H A Dstringopts.cpp1256 Node* call = kit.make_runtime_call(GraphKit::RC_LEAF|GraphKit::RC_NO_FP,
H A DgraphKit.cpp1972 Node* call = make_runtime_call(RC_NO_LEAF | RC_UNCOMMON |
2138 //-----------------------------make_runtime_call-------------------------------
2139 Node* GraphKit::make_runtime_call(int flags, function in class:GraphKit

Completed in 100 milliseconds