summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2014-05-02 19:04:09 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-05-02 19:04:10 +0000
commit1dbbbf6090274ebae6809fdb340c166bb34e09c2 (patch)
treec6fc706af3ce93ff2c8cb24391494b88213b6206 /compiler/driver/compiler_driver.h
parente66cdaa3b3b692aa543bf266444832881da87361 (diff)
parent8668c3cbdcf9471bd97e0da68a240051f2973074 (diff)
Merge "Add finalizer references from the entrypoints."
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h2
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)