Searched defs:caller_adjustment (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp92 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 28 milliseconds