< prev index next >

src/hotspot/cpu/x86/c1_MacroAssembler_x86.cpp

Print this page

        

*** 338,353 **** increment(rsp, frame_size_in_bytes); // Does not emit code for frame_size == 0 pop(rbp); } - void C1_MacroAssembler::unverified_entry(Register receiver, Register ic_klass) { - if (C1Breakpoint) int3(); - inline_cache_check(receiver, ic_klass); - } - - void C1_MacroAssembler::verified_entry() { if (C1Breakpoint || VerifyFPU || !UseStackBanging) { // Verified Entry first instruction should be 5 bytes long for correct // patching by patch_verified_entry(). // --- 338,347 ----
< prev index next >