diff options
| author | 2018-10-10 12:23:26 +0000 | |
|---|---|---|
| committer | 2018-10-10 12:23:26 +0000 | |
| commit | dc3b4670b170b39a8bd6498d4de69c1513af1db2 (patch) | |
| tree | e1dd4569fd5b49879ec8dfd1b5ef5204a1084407 /compiler/compiler.h | |
| parent | 4ca6cc7ddcbd568b365c428371ea9675799775af (diff) | |
| parent | acc56ac6a33a23abbf4a9a62528e352ea28c5407 (diff) | |
Merge "Introduce a 'baseline' variant for the compiler."
Diffstat (limited to 'compiler/compiler.h')
| -rw-r--r-- | compiler/compiler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/compiler.h b/compiler/compiler.h index ef3d87f02b..8c07773f4c 100644 --- a/compiler/compiler.h +++ b/compiler/compiler.h @@ -71,6 +71,7 @@ class Compiler { virtual bool JitCompile(Thread* self ATTRIBUTE_UNUSED, jit::JitCodeCache* code_cache ATTRIBUTE_UNUSED, ArtMethod* method ATTRIBUTE_UNUSED, + bool baseline ATTRIBUTE_UNUSED, bool osr ATTRIBUTE_UNUSED, jit::JitLogger* jit_logger ATTRIBUTE_UNUSED) REQUIRES_SHARED(Locks::mutator_lock_) { |