src/cpu/x86/vm/interp_masm_x86_64.hpp

changeset 4936
aeaca88565e6
parent 4318
cd3d6a6b95d9
child 5914
d13d7aba8c12
     1.1 --- a/src/cpu/x86/vm/interp_masm_x86_64.hpp	Thu Apr 04 21:15:43 2013 -0700
     1.2 +++ b/src/cpu/x86/vm/interp_masm_x86_64.hpp	Tue Apr 09 17:17:41 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -111,6 +111,7 @@
    1.11    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));
    1.12    void get_cache_entry_pointer_at_bcp(Register cache, Register tmp, int bcp_offset, size_t index_size = sizeof(u2));
    1.13    void get_cache_index_at_bcp(Register index, int bcp_offset, size_t index_size = sizeof(u2));
    1.14 +  void get_method_counters(Register method, Register mcs, Label& skip);
    1.15  
    1.16    // load cpool->resolved_references(index);
    1.17    void load_resolved_reference_at_index(Register result, Register index);

mercurial