Patch support for the boot image.

Requires oat and image writer support.

Change-Id: Ic87dd481a4f86d15faa1e830ea1dd0b3d664c220
diff --git a/src/compiler/CompilerIR.h b/src/compiler/CompilerIR.h
index 54d9951..8a3fa09 100644
--- a/src/compiler/CompilerIR.h
+++ b/src/compiler/CompilerIR.h
@@ -298,6 +298,8 @@
     LIR* firstLIRInsn;
     LIR* lastLIRInsn;
     LIR* literalList;                   // Constants
+    LIR* methodLiteralList;             // Method literals requiring patching
+    LIR* codeLiteralList;               // Code literals requiring patching
     LIR* classPointerList;              // Relocatable
     int numClassPointers;
     LIR* chainCellOffsetLIR;