OSDN Git Service

Replace CountOneBits and __builtin_popcount with POPCOUNT.
authorVladimir Marko <vmarko@google.com>
Fri, 2 May 2014 10:53:22 +0000 (11:53 +0100)
committerVladimir Marko <vmarko@google.com>
Fri, 2 May 2014 11:21:02 +0000 (12:21 +0100)
commit8194963098247be6bca9cc4a54dbfa65c73e8ccc
tree547cc708e06e6541676b17066023ae6f07b2049b
parent56a341a82ece9aa4f2a071629f3e1fd1adf988ae
Replace CountOneBits and __builtin_popcount with POPCOUNT.

Clean up utils.h, make some functions constexpr.

Change-Id: I2399100280cbce81c3c4f5765f0680c1ddcb5883
16 files changed:
compiler/dex/quick/codegen_util.cc
compiler/utils/arm/assembler_arm.cc
compiler/utils/mips/assembler_mips.cc
runtime/arch/arm/context_arm.cc
runtime/arch/arm/fault_handler_arm.cc
runtime/arch/arm64/context_arm64.cc
runtime/arch/mips/context_mips.cc
runtime/arch/x86/context_x86.cc
runtime/arch/x86_64/context_x86_64.cc
runtime/base/bit_vector.cc
runtime/gc/accounting/gc_allocator.h
runtime/mirror/class.cc
runtime/runtime.cc
runtime/stack.h
runtime/utils.h
runtime/vmap_table.h