src/cpu/x86/vm/interp_masm_x86_64.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/interp_masm_x86_64.hpp	Tue Jan 20 02:14:05 2009
--- new/src/cpu/x86/vm/interp_masm_x86_64.hpp	Tue Jan 20 02:14:04 2009

*** 174,183 **** --- 174,184 ---- void dispatch_next(TosState state, int step = 0); // load ebx from [esi] and dispatch via ebx and table void dispatch_via (TosState state, address* table); // jump to an invoked target + void prepare_to_jump_from_interpreted(); void jump_from_interpreted(Register method, Register temp); // Returning from interpreted functions //

src/cpu/x86/vm/interp_masm_x86_64.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File