< prev index next >

src/hotspot/cpu/aarch64/templateTable_aarch64.hpp

Print this page

17  * 2 along with this work; if not, write to the Free Software Foundation,
18  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19  *
20  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
21  * or visit www.oracle.com if you need additional information or have any
22  * questions.
23  *
24  */
25 
26 #ifndef CPU_AARCH64_TEMPLATETABLE_AARCH64_HPP
27 #define CPU_AARCH64_TEMPLATETABLE_AARCH64_HPP
28 
29   static void prepare_invoke(Register cache, Register recv);
30   static void invokevirtual_helper(Register index, Register recv,
31                                    Register flags);
32 
33   // Helpers
34   static void index_check(Register array, Register index);
35   static void index_check_without_pop(Register array, Register index);
36 


37 #endif // CPU_AARCH64_TEMPLATETABLE_AARCH64_HPP

17  * 2 along with this work; if not, write to the Free Software Foundation,
18  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19  *
20  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
21  * or visit www.oracle.com if you need additional information or have any
22  * questions.
23  *
24  */
25 
26 #ifndef CPU_AARCH64_TEMPLATETABLE_AARCH64_HPP
27 #define CPU_AARCH64_TEMPLATETABLE_AARCH64_HPP
28 
29   static void prepare_invoke(Register cache, Register recv);
30   static void invokevirtual_helper(Register index, Register recv,
31                                    Register flags);
32 
33   // Helpers
34   static void index_check(Register array, Register index);
35   static void index_check_without_pop(Register array, Register index);
36 
37   static void invoke_is_substitutable(Register aobj, Register bobj, Label& is_subst, Label& not_subst);
38 
39 #endif // CPU_AARCH64_TEMPLATETABLE_AARCH64_HPP
< prev index next >