summaryrefslogtreecommitdiff
path: root/compiler/image_writer.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2016-02-17 17:46:30 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-02-17 17:46:31 +0000
commitf0b04803ec4cdd8d76aadb6f02ae2511c46b20b5 (patch)
tree90390c57c73168102a2c1aaa3c6d828115e33b17 /compiler/image_writer.h
parent9ee1f0c6a67729cabcf3697fc68fe4e98da55f64 (diff)
parent45724f9a0cc38dbb3071beb3eeab96499868b49c (diff)
Merge "Revert "Allow method references across oat files for multi-image.""
Diffstat (limited to 'compiler/image_writer.h')
-rw-r--r--compiler/image_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/image_writer.h b/compiler/image_writer.h
index a4a252e389..9371d9ffa9 100644
--- a/compiler/image_writer.h
+++ b/compiler/image_writer.h
@@ -123,7 +123,7 @@ class ImageWriter FINAL {
// Update the oat size for the given oat file. This will make the oat_offset for the next oat
// file valid.
- void UpdateOatFile(size_t index, size_t oat_loaded_size);
+ void UpdateOatFile(File* oat_file, const char* oat_filename);
private:
bool AllocMemory();