src/cpu/x86/vm/interp_masm_x86_32.hpp
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File
*** old/src/cpu/x86/vm/interp_masm_x86_32.hpp Tue Jan 20 02:14:02 2009
--- new/src/cpu/x86/vm/interp_masm_x86_32.hpp Tue Jan 20 02:14:02 2009
*** 159,168 ****
--- 159,169 ----
void dispatch_next(TosState state, int step = 0); // load rbx, from [esi + step] and dispatch via rbx,
void dispatch_via (TosState state, address* table); // load rbx, from [esi] and dispatch via rbx, and table
// jump to an invoked target
+ void prepare_to_jump_from_interpreted();
void jump_from_interpreted(Register method, Register temp);
// Returning from interpreted functions
//
// Removes the current activation (incl. unlocking of monitors)
src/cpu/x86/vm/interp_masm_x86_32.hpp
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File