Layout string data

Inspect dex code in class initializers and hot methods to find out
what const strings are likely to be resolved. Along with these,
look at static field accesses and group the field name and type with
other hot strings.

Group method shorties together.

Maps vdex PSS: 7478k -> 6900k
No change in odex PSS.

Changed dexlayout_test to use -v instead of comparing to a hex
output.

Bug: 36457259
Bug: 35800981

Test: test-art-host

Change-Id: Iaa5de649c5b2b1d9f178525d2f42fe00e3fb879f
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 8c7eb11..a7b28de 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -369,8 +369,9 @@
     },
     {
         "tests": ["629-vdex-speed",
-                  "634-vdex-duplicate"],
-        "description": ["Profile driven dexlayout does not work with vdex."],
+                  "634-vdex-duplicate",
+                  "983-source-transform-verify"],
+        "description": ["Profile driven dexlayout does not work with vdex or dex verifier."],
         "variant": "speed-profile"
     }
 ]