hotspot/src/cpu/ppc/vm/interpreterRT_ppc.hpp
changeset 46727 6e4a84748e2c
parent 35594 cc13089c6327
equal deleted inserted replaced
46726:7801367e3cc9 46727:6e4a84748e2c
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2012, 2014 SAP SE. All rights reserved.
     3  * Copyright (c) 2012, 2014 SAP SE. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    43   void pass_float();
    43   void pass_float();
    44   void pass_object();
    44   void pass_object();
    45 
    45 
    46  public:
    46  public:
    47   // Creation
    47   // Creation
    48   SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) {
    48   SignatureHandlerGenerator(const methodHandle& method, CodeBuffer* buffer) : NativeSignatureIterator(method) {
    49     _masm = new MacroAssembler(buffer);
    49     _masm = new MacroAssembler(buffer);
    50     _num_used_fp_arg_regs = 0;
    50     _num_used_fp_arg_regs = 0;
    51   }
    51   }
    52 
    52 
    53   // Code generation
    53   // Code generation