summaryrefslogtreecommitdiff
path: root/compiler/jit/jit_compiler.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2018-12-14 08:54:21 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2018-12-14 08:54:28 +0000
commit075456ea917f70cb729125c92e0b890a9f1207c6 (patch)
tree9cc40d68cf2b053a2bcec7fc026e10bb12d5ee93 /compiler/jit/jit_compiler.h
parent344b0d18eb9f9f2f2ef704acadc510a6dd56a282 (diff)
Revert "Revert "Add a baseline flag to JIT compile.""
This reverts commit 344b0d18eb9f9f2f2ef704acadc510a6dd56a282. Reason for revert: Not the CL that broke the tests. Change-Id: I38221d1ac723e5ea71cb398401e2fda8dd2d7db9
Diffstat (limited to 'compiler/jit/jit_compiler.h')
-rw-r--r--compiler/jit/jit_compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/jit/jit_compiler.h b/compiler/jit/jit_compiler.h
index d201611d79..29d2761348 100644
--- a/compiler/jit/jit_compiler.h
+++ b/compiler/jit/jit_compiler.h
@@ -37,7 +37,7 @@ class JitCompiler {
virtual ~JitCompiler();
// Compilation entrypoint. Returns whether the compilation succeeded.
- bool CompileMethod(Thread* self, ArtMethod* method, bool osr)
+ bool CompileMethod(Thread* self, ArtMethod* method, bool baseline, bool osr)
REQUIRES_SHARED(Locks::mutator_lock_);
const CompilerOptions& GetCompilerOptions() const {