comparison src/cpu/x86/vm/cppInterpreterGenerator_x86.hpp @ 3252:92add02409c9

Merge
author jmasa
date Fri, 08 Apr 2011 14:19:50 -0700
parents e1162778c1c8
children
comparison
equal deleted inserted replaced
2437:4f978fb6c81a 3252:92add02409c9
1 /* 1 /*
2 * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. 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.
32 address generate_native_entry(bool synchronized); 32 address generate_native_entry(bool synchronized);
33 address generate_abstract_entry(void); 33 address generate_abstract_entry(void);
34 address generate_math_entry(AbstractInterpreter::MethodKind kind); 34 address generate_math_entry(AbstractInterpreter::MethodKind kind);
35 address generate_empty_entry(void); 35 address generate_empty_entry(void);
36 address generate_accessor_entry(void); 36 address generate_accessor_entry(void);
37 address generate_Reference_get_entry(void);
37 void lock_method(void); 38 void lock_method(void);
38 void generate_stack_overflow_check(void); 39 void generate_stack_overflow_check(void);
39 40
40 void generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue); 41 void generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue);
41 void generate_counter_overflow(Label* do_continue); 42 void generate_counter_overflow(Label* do_continue);