< prev index next >

src/hotspot/cpu/arm/frame_arm.inline.hpp

Print this page

        

*** 228,241 **** } // Compiled frames - inline bool frame::volatile_across_calls(Register reg) { - return true; - } - inline oop frame::saved_oop_result(RegisterMap* map) const { oop* result_adr = (oop*) map->location(R0->as_VMReg()); guarantee(result_adr != NULL, "bad register save location"); return (*result_adr); } --- 228,237 ----
< prev index next >