Searched defs:funcAddr (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | library_call.cpp | 198 bool runtime_math(const TypeFunc* call_type, address funcAddr, const char* funcName); 204 void finish_pow_exp(Node* result, Node* x, Node* y, const TypeFunc* call_type, address funcAddr, const char* funcName); 1583 void LibraryCallKit::finish_pow_exp(Node* result, Node* x, Node* y, const TypeFunc* call_type, address funcAddr, const char* funcName) { argument 1585 //result=(result.isNaN())? funcAddr():result; 1618 Node* rt = make_runtime_call(RC_LEAF, call_type, funcAddr, funcName, 1804 bool LibraryCallKit::runtime_math(const TypeFunc* call_type, address funcAddr, const char* funcName) { argument 1813 Node* trig = make_runtime_call(RC_LEAF, call_type, funcAddr, funcName, 2922 bool LibraryCallKit::inline_native_time_funcs(address funcAddr, const char* funcName) { argument 2925 Node* time = make_runtime_call(RC_LEAF, tf, funcAddr, funcName, no_memory_effects);
|
Completed in 47 milliseconds