equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 1999, 2007, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. |
3 * Copyright 2009 Red Hat, Inc. |
3 * Copyright 2009 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 |
21 * or visit www.oracle.com if you need additional information or have any |
21 * or visit www.oracle.com if you need additional information or have any |
22 * questions. |
22 * questions. |
23 * |
23 * |
24 */ |
24 */ |
25 |
25 |
26 #include "incls/_precompiled.incl" |
26 #include "precompiled.hpp" |
27 #include "incls/_sharkInliner.cpp.incl" |
27 #include "ci/ciField.hpp" |
|
28 #include "ci/ciMethod.hpp" |
|
29 #include "ci/ciStreams.hpp" |
|
30 #include "interpreter/bytecodes.hpp" |
|
31 #include "memory/allocation.hpp" |
|
32 #include "shark/sharkBlock.hpp" |
|
33 #include "shark/sharkConstant.hpp" |
|
34 #include "shark/sharkInliner.hpp" |
|
35 #include "shark/sharkIntrinsics.hpp" |
|
36 #include "shark/sharkState.hpp" |
|
37 #include "shark/sharkValue.hpp" |
|
38 #include "shark/shark_globals.hpp" |
28 |
39 |
29 using namespace llvm; |
40 using namespace llvm; |
30 |
41 |
31 class SharkInlineBlock : public SharkBlock { |
42 class SharkInlineBlock : public SharkBlock { |
32 public: |
43 public: |