< prev index next > src/hotspot/cpu/ppc/c1_MacroAssembler_ppc.cpp
Print this page
void C1_MacroAssembler::explicit_null_check(Register base) {
Unimplemented();
}
! void C1_MacroAssembler::build_frame(int frame_size_in_bytes, int bang_size_in_bytes) {
// Avoid stack bang as first instruction. It may get overwritten by patch_verified_entry.
const Register return_pc = R20;
mflr(return_pc);
// Make sure there is enough stack space for this method's activation.
void C1_MacroAssembler::explicit_null_check(Register base) {
Unimplemented();
}
! void C1_MacroAssembler::build_frame(int frame_size_in_bytes, int bang_size_in_bytes, int max_monitors) {
// Avoid stack bang as first instruction. It may get overwritten by patch_verified_entry.
const Register return_pc = R20;
mflr(return_pc);
// Make sure there is enough stack space for this method's activation.
< prev index next >