comparison src/cpu/sparc/vm/assembler_sparc.hpp @ 2102:84f36150fcc3

Merge
author dcubed
date Fri, 07 Jan 2011 15:54:32 -0800
parents 7737fa7ec2b5 b1a2afa37ec4
children 5ae3e3b03224 5577848f5923
comparison
equal deleted inserted replaced
2094:5a1e52a439fa 2102:84f36150fcc3
1 /* 1 /*
2 * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2011, 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.
2387 int con_size_in_bytes, // object size in bytes if known at compile time 2387 int con_size_in_bytes, // object size in bytes if known at compile time
2388 Register t1, // temp register 2388 Register t1, // temp register
2389 Label& slow_case // continuation point if fast allocation fails 2389 Label& slow_case // continuation point if fast allocation fails
2390 ); 2390 );
2391 void tlab_refill(Label& retry_tlab, Label& try_eden, Label& slow_case); 2391 void tlab_refill(Label& retry_tlab, Label& try_eden, Label& slow_case);
2392 void incr_allocated_bytes(Register var_size_in_bytes, int con_size_in_bytes, Register t1);
2392 2393
2393 // interface method calling 2394 // interface method calling
2394 void lookup_interface_method(Register recv_klass, 2395 void lookup_interface_method(Register recv_klass,
2395 Register intf_klass, 2396 Register intf_klass,
2396 RegisterOrConstant itable_index, 2397 RegisterOrConstant itable_index,