diff options
Diffstat (limited to 'compiler/oat_writer.h')
-rw-r--r-- | compiler/oat_writer.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/compiler/oat_writer.h b/compiler/oat_writer.h index 8c79b44..6f1b4ec 100644 --- a/compiler/oat_writer.h +++ b/compiler/oat_writer.h @@ -118,11 +118,8 @@ class OatWriter { return it.first->second.get(); } - void SetOatDataOffset(size_t oat_data_offset) { - oat_data_offset_ = oat_data_offset; - } - - bool Write(OutputStream* out); + bool WriteRodata(OutputStream* out); + bool WriteCode(OutputStream* out); ~OatWriter(); |