diff options
author | Andreas Gampe <agampe@google.com> | 2015-10-29 04:02:22 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-10-29 04:02:22 +0000 |
commit | deb2a896cad5bcd22bbe21c3b09fd8efa6ad1d13 (patch) | |
tree | d2c5cefb419cd0f9bdad2bba939235fbe2c5fbfd /compiler/driver/compiler_driver.h | |
parent | 59a984e8e2dc3a4d5c220518f762ba9b1c0de44c (diff) | |
parent | 594c0612519e96bcc1bd42ff4dcbfa2c53b09c5a (diff) |
Merge "Revert "Enable store elimination for singleton objects.""
am: 594c061251
* commit '594c0612519e96bcc1bd42ff4dcbfa2c53b09c5a':
Revert "Enable store elimination for singleton objects."
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r-- | compiler/driver/compiler_driver.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 15806b5579d..485cdcfb1b0 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -200,10 +200,8 @@ class CompilerDriver { REQUIRES(!Locks::mutator_lock_); // Are runtime access and instantiable checks necessary in the code? - bool CanAccessInstantiableTypeWithoutChecks(uint32_t referrer_idx, - const DexFile& dex_file, - uint32_t type_idx, - bool* finalizable) + bool CanAccessInstantiableTypeWithoutChecks(uint32_t referrer_idx, const DexFile& dex_file, + uint32_t type_idx) REQUIRES(!Locks::mutator_lock_); bool CanEmbedTypeInCode(const DexFile& dex_file, uint32_t type_idx, |