diff options
| author | Vladimir Marko <vmarko@google.com> | 2018-05-17 08:43:47 +0100 |
|---|---|---|
| committer | Vladimir Marko <vmarko@google.com> | 2018-05-22 14:38:14 +0100 |
| commit | d3083dd15af1cb4ffc13d87a7d2c3be2edb9199d (patch) | |
| tree | 88dd2599ad89da5a4f2668a2c9debd0335669cd0 /compiler/optimizing/code_generator_arm64.h | |
| parent | 6623bc389c43efc87668ce7465e19b195e765e22 (diff) | |
| download | art-d3083dd15af1cb4ffc13d87a7d2c3be2edb9199d.tar.gz art-d3083dd15af1cb4ffc13d87a7d2c3be2edb9199d.tar.bz2 art-d3083dd15af1cb4ffc13d87a7d2c3be2edb9199d.zip | |
Refactor runtime callee save frame info.
And avoid storing the info in Runtime.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing --jit
Test: Pixel 2 XL boots.
Test: testrunner.py --target --optimizing --jit
Change-Id: Ib14853fc06c420753993e1f9e82a1b01f5e35e8c
Diffstat (limited to 'compiler/optimizing/code_generator_arm64.h')
| -rw-r--r-- | compiler/optimizing/code_generator_arm64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator_arm64.h b/compiler/optimizing/code_generator_arm64.h index aa343b1185..e7fe5b71b7 100644 --- a/compiler/optimizing/code_generator_arm64.h +++ b/compiler/optimizing/code_generator_arm64.h @@ -17,7 +17,6 @@ #ifndef ART_COMPILER_OPTIMIZING_CODE_GENERATOR_ARM64_H_ #define ART_COMPILER_OPTIMIZING_CODE_GENERATOR_ARM64_H_ -#include "arch/arm64/quick_method_frame_info_arm64.h" #include "base/bit_field.h" #include "code_generator.h" #include "common_arm64.h" |
