diff options
| author | 2018-11-14 10:24:06 +0000 | |
|---|---|---|
| committer | 2018-11-14 10:24:06 +0000 | |
| commit | b81c59ebb56db1fc454a59570426c40b6d619c5b (patch) | |
| tree | 589277760527d8a1a53f99f07141a3e3e71a0716 /compiler/optimizing/optimizing_compiler.h | |
| parent | 2b021c83498e523781ef3f413ebe34a3512900b3 (diff) | |
| parent | 6be1dbd3bc34b2cfa0fe257acbea273f1b6f4a53 (diff) | |
Merge "ART: Rewrite core image detection."
Diffstat (limited to 'compiler/optimizing/optimizing_compiler.h')
| -rw-r--r-- | compiler/optimizing/optimizing_compiler.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/optimizing/optimizing_compiler.h b/compiler/optimizing/optimizing_compiler.h index 6ee9c70fdb..f5279e83eb 100644 --- a/compiler/optimizing/optimizing_compiler.h +++ b/compiler/optimizing/optimizing_compiler.h @@ -29,14 +29,7 @@ class DexFile; Compiler* CreateOptimizingCompiler(CompilerDriver* driver); -// Returns whether we are compiling against a "core" image, which -// is an indicative we are running tests. The compiler will use that -// information for checking invariants. -bool IsCompilingWithCoreImage(); - bool EncodeArtMethodInInlineInfo(ArtMethod* method); -bool CanEncodeInlinedMethodInStackMap(const DexFile& caller_dex_file, ArtMethod* callee) - REQUIRES_SHARED(Locks::mutator_lock_); } // namespace art |