Searched refs:caller_adjustment (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | deoptimization.hpp | 156 int caller_adjustment,
|
H A D | deoptimization.cpp | 92 int caller_adjustment, 99 _caller_adjustment = caller_adjustment; 451 int caller_adjustment = 0; local 466 caller_adjustment = last_frame_adjust(0, callee_locals); 471 caller_adjustment = last_frame_adjust(callee_parameters, callee_locals); 485 caller_adjustment * BytesPerWord, 91 UnrollBlock(int size_of_deoptimized_frame, int caller_adjustment, int caller_actual_parameters, int number_of_frames, intptr_t* frame_sizes, address* frame_pcs, BasicType return_type) argument
|
Completed in 35 milliseconds