hotspot/src/cpu/x86/vm/interp_masm_x86_64.hpp
changeset 17000 11bf92e571a2
parent 14626 0cf4eccf130f
child 20702 bbe0fcde6e13
equal deleted inserted replaced
16665:482e60f4f893 17000:11bf92e571a2
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2013, 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.
   109   void get_unsigned_2_byte_index_at_bcp(Register reg, int bcp_offset);
   109   void get_unsigned_2_byte_index_at_bcp(Register reg, int bcp_offset);
   110   void get_cache_and_index_at_bcp(Register cache, Register index, int bcp_offset, size_t index_size = sizeof(u2));
   110   void get_cache_and_index_at_bcp(Register cache, Register index, int bcp_offset, size_t index_size = sizeof(u2));
   111   void get_cache_and_index_and_bytecode_at_bcp(Register cache, Register index, Register bytecode, int byte_no, int bcp_offset, size_t index_size = sizeof(u2));
   111   void get_cache_and_index_and_bytecode_at_bcp(Register cache, Register index, Register bytecode, int byte_no, int bcp_offset, size_t index_size = sizeof(u2));
   112   void get_cache_entry_pointer_at_bcp(Register cache, Register tmp, int bcp_offset, size_t index_size = sizeof(u2));
   112   void get_cache_entry_pointer_at_bcp(Register cache, Register tmp, int bcp_offset, size_t index_size = sizeof(u2));
   113   void get_cache_index_at_bcp(Register index, int bcp_offset, size_t index_size = sizeof(u2));
   113   void get_cache_index_at_bcp(Register index, int bcp_offset, size_t index_size = sizeof(u2));
       
   114   void get_method_counters(Register method, Register mcs, Label& skip);
   114 
   115 
   115   // load cpool->resolved_references(index);
   116   // load cpool->resolved_references(index);
   116   void load_resolved_reference_at_index(Register result, Register index);
   117   void load_resolved_reference_at_index(Register result, Register index);
   117 
   118 
   118   void pop_ptr(Register r = rax);
   119   void pop_ptr(Register r = rax);