Move some remaining dex utilities

There were several utilities related to building/walking/testing dex
files that were not in libdexfile.  This change consolidates these.

Bug: 22322814
Test: make -j 50 test-art-host
Change-Id: Id76e9179d03b8ec7d67f7e0f267121f54f0ec2e0
diff --git a/profman/profman.cc b/profman/profman.cc
index d1cc563..90e342d 100644
--- a/profman/profman.cc
+++ b/profman/profman.cc
@@ -41,16 +41,16 @@
 #include "base/unix_file/fd_file.h"
 #include "base/utils.h"
 #include "boot_image_profile.h"
-#include "bytecode_utils.h"
 #include "dex/art_dex_file_loader.h"
+#include "dex/bytecode_utils.h"
 #include "dex/code_item_accessors-inl.h"
 #include "dex/dex_file.h"
 #include "dex/dex_file_loader.h"
 #include "dex/dex_file_types.h"
+#include "dex/type_reference.h"
 #include "jit/profile_compilation_info.h"
 #include "profile_assistant.h"
 #include "runtime.h"
-#include "type_reference.h"
 #include "zip_archive.h"
 
 namespace art {