summaryrefslogtreecommitdiff
path: root/compiler/image_writer.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2016-02-17 17:46:10 +0000
committer Vladimir Marko <vmarko@google.com> 2016-02-17 17:46:10 +0000
commit45724f9a0cc38dbb3071beb3eeab96499868b49c (patch)
treeecbe2d8109125de2031af7ac4e0f4fc03a3b6d12 /compiler/image_writer.h
parent6065402316da2b51eed5fc34cffbd991766bd408 (diff)
Revert "Allow method references across oat files for multi-image."
Breaks Quick tests. This reverts commit 6065402316da2b51eed5fc34cffbd991766bd408. Change-Id: I8a5469ba7cea5f46b85cb489b3e0ef06ed548f03
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();