Searched refs:OptoRuntime (Results 1 - 24 of 24) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp103 address OptoRuntime::_new_instance_Java = NULL;
104 address OptoRuntime::_new_array_Java = NULL;
105 address OptoRuntime::_new_array_nozero_Java = NULL;
106 address OptoRuntime::_multianewarray2_Java = NULL;
107 address OptoRuntime::_multianewarray3_Java = NULL;
108 address OptoRuntime::_multianewarray4_Java = NULL;
109 address OptoRuntime::_multianewarray5_Java = NULL;
110 address OptoRuntime::_multianewarrayN_Java = NULL;
111 address OptoRuntime::_g1_wb_pre_Java = NULL;
112 address OptoRuntime
[all...]
H A Dparse3.cpp477 case 2: fun = OptoRuntime::multianewarray2_Java(); break;
478 case 3: fun = OptoRuntime::multianewarray3_Java(); break;
479 case 4: fun = OptoRuntime::multianewarray4_Java(); break;
480 case 5: fun = OptoRuntime::multianewarray5_Java(); break;
486 OptoRuntime::multianewarray_Type(ndimensions),
508 OptoRuntime::multianewarrayN_Type(),
509 OptoRuntime::multianewarrayN_Java(), NULL, TypeRawPtr::BOTTOM,
H A Dc2compiler.cpp95 OptoRuntime::generate(thread->env());
H A Dlocknode.cpp158 OptoRuntime::new_named_counter(state, NamedCounter::BiasedLockingCounter);
H A DparseHelper.cpp40 const TypeFunc *call_type = OptoRuntime::dtrace_method_entry_exit_Type();
517 make_runtime_call(RC_LEAF, OptoRuntime::profile_receiver_type_Type(),
519 OptoRuntime::profile_receiver_type_C),
H A Dmacro.cpp146 : (CallNode*)new (C) CallStaticJavaNode( slow_call_type, slow_call, OptoRuntime::stub_name(slow_call), oldcall->jvms()->bci(), TypeRawPtr::BOTTOM );
1361 CallLeafNode *call = new (C) CallLeafNode(OptoRuntime::dtrace_object_alloc_Type(),
1396 OptoRuntime::stub_name(slow_call_address),
1764 OptoRuntime::new_instance_Type(),
1765 OptoRuntime::new_instance_Java());
1778 slow_call_address = OptoRuntime::new_array_nozero_Java();
1780 slow_call_address = OptoRuntime::new_array_Java();
1783 OptoRuntime::new_array_Type(),
2091 * OptoRuntime::complete_monitor_locking_Java(obj);
2242 CallNode *call = make_slow_call( (CallNode *) lock, OptoRuntime
[all...]
H A Druntime.hpp35 //------------------------------OptoRuntime------------------------------------
107 class OptoRuntime : public AllStatic { class in inherits:AllStatic
H A Doutput.cpp241 if (call->entry_point() == OptoRuntime::new_instance_Java() ||
242 call->entry_point() == OptoRuntime::new_array_Java() ||
243 call->entry_point() == OptoRuntime::multianewarray2_Java() ||
244 call->entry_point() == OptoRuntime::multianewarray3_Java() ||
245 call->entry_point() == OptoRuntime::multianewarray4_Java() ||
246 call->entry_point() == OptoRuntime::multianewarray5_Java() ||
247 call->entry_point() == OptoRuntime::slow_arraycopy_Java() ||
248 call->entry_point() == OptoRuntime::complete_monitor_locking_Java()
266 const TypeFunc *tf = OptoRuntime::zap_dead_locals_Type();
269 OptoRuntime
[all...]
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(),
1643 finish_pow_exp(n, arg, NULL, OptoRuntime::Math_D_D_Type(), CAST_FROM_FN_PTR(address, SharedRuntime::dexp), "EXP");
1797 finish_pow_exp(result, x, y, OptoRuntime::Math_DD_D_Type(), CAST_FROM_FN_PTR(address, SharedRuntime::dpow), "POW");
1805 assert(call_type == OptoRuntime::Math_DD_D_Type() || call_type == OptoRuntime::Math_D_D_Type(),
1810 Node* b = (call_type == OptoRuntime::Math_DD_D_Type()) ? round_double_node(argument(2)) : NULL;
1832 runtime_math(OptoRuntime::Math_D_D_Type(), FN_PTR(SharedRuntime::dcos), "COS");
1834 runtime_math(OptoRuntime
[all...]
H A DdoCall.cpp830 OptoRuntime::rethrow_Type(),
831 OptoRuntime::rethrow_stub(),
H A DgraphKit.cpp605 // %%% Maybe add entry to OptoRuntime which directly throws the exc.?
1974 OptoRuntime::uncommon_trap_Type(),
2154 call_name = OptoRuntime::stub_name(call_addr);
2933 const TypeFunc *tf = OptoRuntime::complete_monitor_exit_Type();
3629 const TypeFunc *tf = OptoRuntime::g1_wb_pre_Type();
3710 const TypeFunc *tf = OptoRuntime::g1_wb_post_Type();
H A Dcfgnode.cpp464 if (call->is_Call() && call->as_Call()->entry_point() == OptoRuntime::rethrow_stub()) {
2106 if (call->entry_point() == OptoRuntime::rethrow_stub()) {
2155 call->entry_point() == OptoRuntime::rethrow_stub()))
H A Dparse1.cpp318 make_runtime_call(RC_LEAF, OptoRuntime::osr_end_Type(),
1947 OptoRuntime::register_finalizer_Type(),
1948 OptoRuntime::register_finalizer_Java(),
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 Dstringopts.cpp222 const TypeFunc* call_type = OptoRuntime::uncommon_trap_Type();
1257 OptoRuntime::fast_arraycopy_Type(),
H A Dcallnode.cpp1534 _counter = OptoRuntime::new_named_counter(state, NamedCounter::LockCounter);
H A Dcompile.cpp3052 if (call->entry_point() == OptoRuntime::rethrow_stub()) {
3065 } else if (call->entry_point() == OptoRuntime::new_array_Java() &&
H A DloopTransform.cpp2694 const TypeFunc* call_type = OptoRuntime::array_fill_Type();
H A Dmatcher.cpp247 C->stub_function() == CAST_FROM_FN_PTR(address, OptoRuntime::rethrow_C) ||
/openjdk7/hotspot/src/share/vm/runtime/
H A DjavaFrameAnchor.hpp68 friend class OptoRuntime;
H A Djava.cpp272 OptoRuntime::print_named_counters();
356 tty->print_cr("OptoRuntime::ZapDeadCompiledLocals_count = %d", OptoRuntime::ZapDeadCompiledLocals_count);
380 OptoRuntime::print_named_counters();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Druntime_sparc.cpp69 void OptoRuntime::generate_exception_blob() {
112 __ call(CAST_FROM_FN_PTR(address, OptoRuntime::handle_exception_C), relocInfo::runtime_call_type);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Druntime_x86_32.cpp70 void OptoRuntime::generate_exception_blob() {
115 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, OptoRuntime::handle_exception_C)));
H A DsharedRuntime_x86_64.cpp3982 void OptoRuntime::generate_exception_blob() {
3983 assert(!OptoRuntime::is_callee_saved_register(RDX_num), "");
3984 assert(!OptoRuntime::is_callee_saved_register(RAX_num), "");
3985 assert(!OptoRuntime::is_callee_saved_register(RCX_num), "");
4023 // address OptoRuntime::handle_exception_C(JavaThread* thread)
4031 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, OptoRuntime::handle_exception_C)));

Completed in 131 milliseconds