OSDN Git Service

ART: Clean up utils.h
authorAndreas Gampe <agampe@google.com>
Mon, 12 Dec 2016 22:28:21 +0000 (14:28 -0800)
committerAndreas Gampe <agampe@google.com>
Tue, 13 Dec 2016 19:43:48 +0000 (11:43 -0800)
commit9186ced255f2e7402646b5b286deebb540640734
tree833c25fd3bbb47749265947705b4fc0f0c1ba796
parentaa2657d6d9dda2e44c6452e5f5901db78ef9b3cc
ART: Clean up utils.h

Remove functionality provided by libbase. Move some single-use
functions to their respective users.

Test: m test-art-host
Change-Id: I75594035fa975200d638cc29bb9f31bc6e6cb29f
31 files changed:
cmdline/cmdline_types.h
cmdline/detail/cmdline_parse_argument_detail.h
cmdline/token_range.h
compiler/optimizing/code_generator_utils.h
compiler/optimizing/instruction_simplifier.cc
compiler/optimizing/nodes.h
compiler/optimizing/optimizing_compiler.cc
compiler/utils/assembler_test_base.h
dex2oat/dex2oat.cc
oatdump/oatdump.cc
oatdump/oatdump_test.cc
patchoat/patchoat.cc
profman/profman.cc
runtime/arch/arm/instruction_set_features_arm.cc
runtime/arch/arm64/instruction_set_features_arm64.cc
runtime/arch/instruction_set_features.cc
runtime/arch/mips/instruction_set_features_mips.cc
runtime/arch/mips64/instruction_set_features_mips64.cc
runtime/arch/x86/instruction_set_features_x86.cc
runtime/class_linker_test.cc
runtime/elf_file.cc
runtime/gc/space/image_space.cc
runtime/jit/profile_saver.cc
runtime/oat_file_assistant.cc
runtime/oat_file_assistant_test.cc
runtime/runtime.cc
runtime/thread.cc
runtime/utils.cc
runtime/utils.h
runtime/utils_test.cc
runtime/verifier/method_verifier_test.cc