diff options
| author | 2014-05-02 19:04:09 +0000 | |
|---|---|---|
| committer | 2014-05-02 19:04:10 +0000 | |
| commit | 1dbbbf6090274ebae6809fdb340c166bb34e09c2 (patch) | |
| tree | c6fc706af3ce93ff2c8cb24391494b88213b6206 /compiler/driver/compiler_driver.h | |
| parent | e66cdaa3b3b692aa543bf266444832881da87361 (diff) | |
| parent | 8668c3cbdcf9471bd97e0da68a240051f2973074 (diff) | |
Merge "Add finalizer references from the entrypoints."
Diffstat (limited to 'compiler/driver/compiler_driver.h')
| -rw-r--r-- | compiler/driver/compiler_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index d7d40d554a..6ac9cf751a 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -210,7 +210,7 @@ class CompilerDriver { bool CanEmbedTypeInCode(const DexFile& dex_file, uint32_t type_idx, bool* is_type_initialized, bool* use_direct_type_ptr, - uintptr_t* direct_type_ptr); + uintptr_t* direct_type_ptr, bool* out_is_finalizable); // Get the DexCache for the mirror::DexCache* GetDexCache(const DexCompilationUnit* mUnit) |