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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp142 call_VM_leaf(CAST_FROM_FN_PTR(address, Interpreter::remove_activation_preserving_args_entry));
200 call_VM_leaf(CAST_FROM_FN_PTR(address, Interpreter::remove_activation_early_entry), 1);
828 call_VM_leaf(CAST_FROM_FN_PTR(address, InterpreterRuntime::bcp_to_di), rbx, rsi);
861 call_VM_leaf(CAST_FROM_FN_PTR(address, InterpreterRuntime::verify_mdp), rbx, rsi, rcx);
1362 call_VM_leaf(
1370 call_VM_leaf(
1406 call_VM_leaf(
H A Dinterp_masm_x86_64.cpp145 call_VM_leaf(CAST_FROM_FN_PTR(address, Interpreter::remove_activation_preserving_args_entry));
195 call_VM_leaf(CAST_FROM_FN_PTR(address, Interpreter::remove_activation_early_entry), c_rarg0);
842 call_VM_leaf(CAST_FROM_FN_PTR(address, InterpreterRuntime::bcp_to_di), rbx, r13);
876 call_VM_leaf(CAST_FROM_FN_PTR(address, InterpreterRuntime::verify_mdp),
1425 call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_entry),
1432 call_VM_leaf(
1467 call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_exit),
H A DtemplateTable_x86_32.cpp1264 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::ldiv));
1278 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::lrem));
1521 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::f2i), 1);
1526 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::f2l), 1);
1535 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::d2i), 2);
1541 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::d2l), 2);
3362 __ call_VM_leaf(
H A DtemplateTable_x86_64.cpp1334 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::frem), 2);
1366 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::drem), 2);
1512 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::f2i), 1);
1523 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::f2l), 1);
1536 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::d2i), 1);
1547 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::d2l), 1);
3423 __ call_VM_leaf(
H A Dc1_Runtime1_x86.cpp815 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::exception_handler_for_return_address), thread, exception_pc);
1680 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::g1_wb_pre), rcx, thread);
1786 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::g1_wb_post), card_addr, thread);
H A Dassembler_x86.hpp1818 // This is the base routine called by the different versions of call_VM_leaf. The interpreter
1962 // to ENTRY/ENTRY_X entry points while call_VM_leaf's correspond to LEAF entry points.
2011 void call_VM_leaf(address entry_point,
2013 void call_VM_leaf(address entry_point,
2015 void call_VM_leaf(address entry_point,
2017 void call_VM_leaf(address entry_point,
H A DsharedRuntime_x86_32.cpp1973 __ call_VM_leaf(
1981 __ call_VM_leaf(
2145 // Also can't use call_VM_leaf either as it will check to see if rsi & rdi are
2242 __ call_VM_leaf(
2753 __ call_VM_leaf(CAST_FROM_FN_PTR(
H A DsharedRuntime_x86_64.cpp2231 __ call_VM_leaf(
2242 __ call_VM_leaf(
2397 // Also can't use call_VM_leaf either as it will check to see if rsi & rdi are
2487 __ call_VM_leaf(
2552 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::complete_monitor_locking_C), 3);
H A DstubGenerator_x86_32.cpp423 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::exception_handler_for_return_address), thread, exception_pc);
614 __ call_VM_leaf( fcn, 2 );
744 __ call_VM_leaf(CAST_FROM_FN_PTR(address, BarrierSet::static_write_ref_array_pre),
776 __ call_VM_leaf(CAST_FROM_FN_PTR(address, BarrierSet::static_write_ref_array_post),
H A Dc1_LIRAssembler_x86.cpp3142 __ call_VM_leaf(C_entry, 5); // removes pushed parameter from the stack
3149 __ call_VM_leaf(copyfunc_addr, 5); // removes pushed parameter from the stack
3337 __ call_VM_leaf(copyfunc_addr, 5);
3474 __ call_VM_leaf(entry, 0);
H A Dassembler_x86.cpp6579 call_VM_leaf(CAST_FROM_FN_PTR(address, warning), c_rarg0);
6595 call_VM_leaf(CAST_FROM_FN_PTR(address, MacroAssembler::print_state64), c_rarg0, c_rarg1);
7120 void MacroAssembler::call_VM_leaf(address entry_point, int number_of_arguments) { function in class:MacroAssembler
7124 void MacroAssembler::call_VM_leaf(address entry_point, Register arg_0) { function in class:MacroAssembler
7126 call_VM_leaf(entry_point, 1);
7129 void MacroAssembler::call_VM_leaf(address entry_point, Register arg_0, Register arg_1) { function in class:MacroAssembler
7134 call_VM_leaf(entry_point, 2);
7137 void MacroAssembler::call_VM_leaf(address entry_point, Register arg_0, Register arg_1, Register arg_2) { function in class:MacroAssembler
7144 call_VM_leaf(entry_point, 3);
8595 // If expand_call is true then we expand the call_VM_leaf macr
[all...]
H A DstubGenerator_x86_64.cpp513 __ call_VM_leaf(CAST_FROM_FN_PTR(address,
1229 __ call_VM_leaf(CAST_FROM_FN_PTR(address, BarrierSet::static_write_ref_array_pre), 2);
1270 __ call_VM_leaf(CAST_FROM_FN_PTR(address, BarrierSet::static_write_ref_array_post), 2);
H A DcppInterpreter_x86.cpp1328 // Also can't use call_VM_leaf either as it will check to see if rsi & rdi are
1332 ((MacroAssembler*)_masm)->call_VM_leaf(CAST_FROM_FN_PTR(address, JavaThread::check_special_condition_for_native_trans),
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp197 call_VM_leaf(noreg, CAST_FROM_FN_PTR(address, Interpreter::remove_activation_preserving_args_entry));
250 call_VM_leaf(noreg, CAST_FROM_FN_PTR(address, Interpreter::remove_activation_early_entry), Otos_l1);
1320 call_VM_leaf(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::bcp_to_di), Lmethod, Lbcp);
1350 // %%% should use call_VM_leaf here?
1351 //call_VM_leaf(noreg, ..., Lmethod, Lbcp, ImethodDataPtr);
2189 call_VM_leaf(noreg, CAST_FROM_FN_PTR(address, SharedRuntime::OSR_migration_begin), L7);
2249 // %%% should use call_VM_leaf here?
2304 call_VM_leaf(noreg,
2311 call_VM_leaf(noreg,
2366 call_VM_leaf(
[all...]
H A Dc1_Runtime1_sparc.cpp666 __ call_VM_leaf(L7_thread_cache, CAST_FROM_FN_PTR(address, SharedRuntime::exception_handler_for_return_address),
868 __ call_VM_leaf(L7_thread_cache,
967 __ call_VM_leaf(L7_thread_cache,
H A DsharedRuntime_sparc.cpp2380 __ call_VM_leaf(L7_thread_cache,
2392 __ call_VM_leaf(L7_thread_cache,
2575 __ call_VM_leaf(L7_thread_cache,
2579 __ call_VM_leaf(L7_thread_cache,
2678 __ call_VM_leaf(L7_thread_cache,
3610 __ call_VM_leaf(L7_thread_cache, CAST_FROM_FN_PTR(address, Deoptimization::unpack_frames), G2_thread, G4deopt_mode);
3615 __ call_VM_leaf(L7_thread_cache, CAST_FROM_FN_PTR(address, Deoptimization::unpack_frames), G2_thread, O1);
3693 __ call_VM_leaf(L7_thread_cache, CAST_FROM_FN_PTR(address, Deoptimization::uncommon_trap), G2_thread, O2klass_index);
3713 __ call_VM_leaf(L7_thread_cache, CAST_FROM_FN_PTR(address, Deoptimization::unpack_frames), G2_thread, O3);
3781 // Do not use call_VM_leaf, becaus
[all...]
H A DtemplateTable_sparc.cpp1210 __ call_VM_leaf(Lscratch, CAST_FROM_FN_PTR(address, SharedRuntime::lmul));
1228 __ call_VM_leaf(Lscratch, CAST_FROM_FN_PTR(address, SharedRuntime::ldiv));
1247 __ call_VM_leaf(Lscratch, CAST_FROM_FN_PTR(address, SharedRuntime::lrem));
1307 __ call_VM_leaf(Lscratch, CAST_FROM_FN_PTR(address, SharedRuntime::frem));
1336 __ call_VM_leaf(Lscratch, CAST_FROM_FN_PTR(address, SharedRuntime::drem));
1502 __ call_VM_leaf(
1537 __ call_VM_leaf(Lscratch, CAST_FROM_FN_PTR(address, SharedRuntime::f2l));
1555 __ call_VM_leaf(Lscratch,
1570 __ call_VM_leaf(Lscratch, CAST_FROM_FN_PTR(address, SharedRuntime::d2f));
1691 __ call_VM_leaf(nore
[all...]
H A Dassembler_sparc.cpp1200 void MacroAssembler::call_VM_leaf(Register thread_cache, address entry_point, int number_of_arguments) { function in class:MacroAssembler
1205 void MacroAssembler::call_VM_leaf(Register thread_cache, address entry_point, Register arg_1) { function in class:MacroAssembler
1207 call_VM_leaf(thread_cache, entry_point, 1);
1211 void MacroAssembler::call_VM_leaf(Register thread_cache, address entry_point, Register arg_1, Register arg_2) { function in class:MacroAssembler
1214 call_VM_leaf(thread_cache, entry_point, 2);
1218 void MacroAssembler::call_VM_leaf(Register thread_cache, address entry_point, Register arg_1, Register arg_2, Register arg_3) { function in class:MacroAssembler
1222 call_VM_leaf(thread_cache, entry_point, 3);
4374 __ call_VM_leaf(L5, handle_zero, G2_thread);
4580 __ call_VM_leaf(L7_thread_cache, handle_zero, G2_thread);
H A DtemplateInterpreter_sparc.cpp1120 __ call_VM_leaf(L7_thread_cache,
1836 __ call_VM_leaf(L7_thread_cache, CAST_FROM_FN_PTR(address, InterpreterRuntime::interpreter_contains), I7);
1848 __ call_VM_leaf(L7_thread_cache, CAST_FROM_FN_PTR(address, Deoptimization::popframe_preserve_args), G2_thread, Gtmp1, Gtmp2);
H A DmethodHandles_sparc.cpp572 // Safely save all globals but G2 (handled by call_VM_leaf) and G7
580 __ call_VM_leaf(L2 /* for G2 */, CAST_FROM_FN_PTR(address, trace_method_handle_stub));
H A Dassembler_sparc.hpp1866 // This is the base routine called by the different versions of call_VM_leaf. The interpreter
1880 // to ENTRY/ENTRY_X entry points while call_VM_leaf's correspond to LEAF entry points.
2308 void call_VM_leaf(Register thread_cache, address entry_point, int number_of_arguments = 0);
2309 void call_VM_leaf(Register thread_cache, address entry_point, Register arg_1);
2310 void call_VM_leaf(Register thread_cache, address entry_point, Register arg_1, Register arg_2);
2311 void call_VM_leaf(Register thread_cache, address entry_point, Register arg_1, Register arg_2, Register arg_3);
H A Dc1_LIRAssembler_sparc.cpp2098 __ call_VM_leaf(tmp, CAST_FROM_FN_PTR(address, Runtime1::arraycopy));
2106 __ call_VM_leaf(tmp, copyfunc_addr);
2267 __ call_VM_leaf(tmp, copyfunc_addr);
2387 __ call_VM_leaf(tmp, entry);
H A DcppInterpreter_sparc.cpp899 __ call_VM_leaf(noreg,
H A DstubGenerator_sparc.cpp396 __ call_VM_leaf(L7_thread_cache, CAST_FROM_FN_PTR(address, SharedRuntime::exception_handler_for_return_address), G2_thread, Lscratch);

Completed in 258 milliseconds