Revert "Avoid compiling monster methods in boot image"

This reverts commit 217e789288d5a321460ea2399e0eb7f3af6fc91b.
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index ec2713a..afa8495 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -993,7 +993,7 @@
 
   if (compiler_filter_string == NULL) {
     if (image) {
-      compiler_filter_string = "speed";
+      compiler_filter_string = "everything";
     } else {
 #if ART_SMALL_MODE
       compiler_filter_string = "interpret-only";