src/cpu/zero/vm/fakeStubFrame_zero.hpp

changeset 1814
f9271ff9d324
parent 1445
354d3184f6b2
child 1907
c18cbe5936b8
equal deleted inserted replaced
1812:ef74d6d1ac1e 1814:f9271ff9d324
1 /* 1 /*
2 * Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved.
3 * Copyright 2008 Red Hat, Inc. 3 * Copyright 2008, 2010 Red Hat, Inc.
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
8 * published by the Free Software Foundation. 8 * published by the Free Software Foundation.
40 enum Layout { 40 enum Layout {
41 header_words = jf_header_words 41 header_words = jf_header_words
42 }; 42 };
43 43
44 public: 44 public:
45 static FakeStubFrame *build(ZeroStack* stack); 45 static FakeStubFrame *build(TRAPS);
46 46
47 public: 47 public:
48 void identify_word(int frame_index, 48 void identify_word(int frame_index,
49 int offset, 49 int offset,
50 char* fieldbuf, 50 char* fieldbuf,

mercurial