comparison src/cpu/x86/vm/interp_masm_x86_64.hpp @ 710:e5b0439ef4ae

6655638: dynamic languages need method handles Summary: initial implementation, with known omissions (x86/64, sparc, compiler optim., c-oops, C++ interp.) Reviewed-by: kvn, twisti, never
author jrose
date Wed, 08 Apr 2009 10:56:49 -0700
parents 9ee9cf798b59
children 85f13cdfbc1d
comparison
equal deleted inserted replaced
709:1d037ecd7960 710:e5b0439ef4ae
1 /* 1 /*
2 * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 2003-2009 Sun Microsystems, Inc. All Rights Reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
174 void dispatch_next(TosState state, int step = 0); 174 void dispatch_next(TosState state, int step = 0);
175 // load ebx from [esi] and dispatch via ebx and table 175 // load ebx from [esi] and dispatch via ebx and table
176 void dispatch_via (TosState state, address* table); 176 void dispatch_via (TosState state, address* table);
177 177
178 // jump to an invoked target 178 // jump to an invoked target
179 void prepare_to_jump_from_interpreted();
179 void jump_from_interpreted(Register method, Register temp); 180 void jump_from_interpreted(Register method, Register temp);
180 181
181 182
182 // Returning from interpreted functions 183 // Returning from interpreted functions
183 // 184 //