diff options
| author | 2015-12-09 20:06:27 +0000 | |
|---|---|---|
| committer | 2015-12-09 20:06:27 +0000 | |
| commit | 3dafd53ff90fc845c09b7206600ba9ff45e3fcbd (patch) | |
| tree | c32c87552120021c091540e010722eb317d04441 /compiler/common_compiler_test.h | |
| parent | 863b80062eef25cc4f7d30436a5a144411187590 (diff) | |
| parent | 7cbd95c2fb7ca3d1391ec92d1be2d81863e63dd2 (diff) | |
Merge "Add support for LZ4 compressed image files"
am: 7cbd95c2fb
* commit '7cbd95c2fb7ca3d1391ec92d1be2d81863e63dd2':
Add support for LZ4 compressed image files
Diffstat (limited to 'compiler/common_compiler_test.h')
| -rw-r--r-- | compiler/common_compiler_test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index 1b57b7d1d2..b491946dc3 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -90,6 +90,8 @@ class CommonCompilerTest : public CommonRuntimeTest { const char* method_name, const char* signature) SHARED_REQUIRES(Locks::mutator_lock_); + void CreateCompilerDriver(Compiler::Kind kind, InstructionSet isa); + void ReserveImageSpace(); void UnreserveImageSpace(); |