Searched refs:last_frame_adjust (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp95 int Deoptimization::last_frame_adjust(int callee_parameters, function in class:Deoptimization
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.hpp250 static int last_frame_adjust(int callee_parameters, int callee_locals);
H A Ddeoptimization.cpp462 // QQQ I'd rather see this pushed down into last_frame_adjust
466 caller_adjustment = last_frame_adjust(0, callee_locals);
471 caller_adjustment = last_frame_adjust(callee_parameters, callee_locals);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp3279 int Deoptimization::last_frame_adjust(int callee_parameters, int callee_locals) { function in class:Deoptimization
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp2791 int Deoptimization::last_frame_adjust(int callee_parameters, int callee_locals ) { function in class:Deoptimization
H A DsharedRuntime_x86_64.cpp3275 int Deoptimization::last_frame_adjust(int callee_parameters, int callee_locals ) { function in class:Deoptimization

Completed in 72 milliseconds