src/cpu/sparc/vm/interp_masm_sparc.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6829193 Cdiff src/cpu/sparc/vm/interp_masm_sparc.hpp

src/cpu/sparc/vm/interp_masm_sparc.hpp

Print this page

        

*** 189,200 **** void get_4_byte_integer_at_bcp( int bcp_offset, Register Rtmp, Register Rdst, setCCOrNot should_set_CC = dont_set_CC ); ! void get_cache_and_index_at_bcp(Register cache, Register tmp, int bcp_offset); ! void get_cache_entry_pointer_at_bcp(Register cache, Register tmp, int bcp_offset); // common code void field_offset_at(int n, Register tmp, Register dest, Register base); --- 189,201 ---- void get_4_byte_integer_at_bcp( int bcp_offset, Register Rtmp, Register Rdst, setCCOrNot should_set_CC = dont_set_CC ); ! void get_cache_and_index_at_bcp(Register cache, Register tmp, int bcp_offset, bool giant_index = false); ! void get_cache_entry_pointer_at_bcp(Register cache, Register tmp, int bcp_offset, bool giant_index = false); ! void get_cache_index_at_bcp(Register cache, Register tmp, int bcp_offset, bool giant_index = false); // common code void field_offset_at(int n, Register tmp, Register dest, Register base);
*** 302,312 **** void profile_taken_branch(Register scratch, Register bumped_count); void profile_not_taken_branch(Register scratch); void profile_call(Register scratch); void profile_final_call(Register scratch); ! void profile_virtual_call(Register receiver, Register scratch); void profile_ret(TosState state, Register return_bci, Register scratch); void profile_null_seen(Register scratch); void profile_typecheck(Register klass, Register scratch); void profile_typecheck_failed(Register scratch); void profile_switch_default(Register scratch); --- 303,313 ---- void profile_taken_branch(Register scratch, Register bumped_count); void profile_not_taken_branch(Register scratch); void profile_call(Register scratch); void profile_final_call(Register scratch); ! void profile_virtual_call(Register receiver, Register scratch, bool receiver_can_be_null = false); void profile_ret(TosState state, Register return_bci, Register scratch); void profile_null_seen(Register scratch); void profile_typecheck(Register klass, Register scratch); void profile_typecheck_failed(Register scratch); void profile_switch_default(Register scratch);
src/cpu/sparc/vm/interp_masm_sparc.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File