src/cpu/x86/vm/macroAssembler_x86.hpp

changeset 8997
f8a45a60bc6b
parent 8877
f04097176542
child 9041
95a08233f46c
child 9669
32bc598624bd
equal deleted inserted replaced
8996:2667e5c45e24 8997:f8a45a60bc6b
1 /* 1 /*
2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2017, 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.
523 void lookup_interface_method(Register recv_klass, 523 void lookup_interface_method(Register recv_klass,
524 Register intf_klass, 524 Register intf_klass,
525 RegisterOrConstant itable_index, 525 RegisterOrConstant itable_index,
526 Register method_result, 526 Register method_result,
527 Register scan_temp, 527 Register scan_temp,
528 Label& no_such_interface); 528 Label& no_such_interface,
529 bool return_method = true);
529 530
530 // virtual method calling 531 // virtual method calling
531 void lookup_virtual_method(Register recv_klass, 532 void lookup_virtual_method(Register recv_klass,
532 RegisterOrConstant vtable_index, 533 RegisterOrConstant vtable_index,
533 Register method_result); 534 Register method_result);

mercurial