OSDN Git Service

Rename callee save enumerators.
authorVladimir Marko <vmarko@google.com>
Wed, 3 Aug 2016 17:49:58 +0000 (18:49 +0100)
committerVladimir Marko <vmarko@google.com>
Wed, 10 Aug 2016 13:19:49 +0000 (14:19 +0100)
commitfd36f1f927c138575184a1f4c7ea4e7abb3e2dbf
tree2debb35c9193ac019071e0625986698ccbcaabb8
parentc218427ab96e521e0c4e9a3ffeb87e6c57eea0a5
Rename callee save enumerators.

And related image method enumerators, macros, etc.
Clean up some entrypoint assembly comments.

This is a follow-up to
    https://android-review.googlesource.com/252348

Test: Run ART test suite on host and Nexus 9.
Bug: 30212852
Change-Id: I2707342d4255c88c547655be83ed97a67e12ae9e
35 files changed:
compiler/exception_test.cc
compiler/image_writer.cc
oatdump/oatdump.cc
runtime/arch/arch_test.cc
runtime/arch/arm/asm_support_arm.h
runtime/arch/arm/quick_entrypoints_arm.S
runtime/arch/arm/quick_method_frame_info_arm.h
runtime/arch/arm64/asm_support_arm64.h
runtime/arch/arm64/quick_entrypoints_arm64.S
runtime/arch/arm64/quick_method_frame_info_arm64.h
runtime/arch/mips/asm_support_mips.h
runtime/arch/mips/quick_entrypoints_mips.S
runtime/arch/mips/quick_method_frame_info_mips.h
runtime/arch/mips64/asm_support_mips64.h
runtime/arch/mips64/quick_entrypoints_mips64.S
runtime/arch/mips64/quick_method_frame_info_mips64.h
runtime/arch/x86/asm_support_x86.h
runtime/arch/x86/quick_entrypoints_x86.S
runtime/arch/x86/quick_method_frame_info_x86.h
runtime/arch/x86_64/asm_support_x86_64.h
runtime/arch/x86_64/quick_entrypoints_x86_64.S
runtime/arch/x86_64/quick_method_frame_info_x86_64.h
runtime/art_method-inl.h
runtime/entrypoints/quick/quick_dexcache_entrypoints.cc
runtime/entrypoints/quick/quick_instrumentation_entrypoints.cc
runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
runtime/entrypoints/quick/quick_trampoline_entrypoints_test.cc
runtime/gc/space/image_space.cc
runtime/generated/asm_support_gen.h
runtime/image.h
runtime/instrumentation.cc
runtime/runtime-inl.h
runtime/runtime.h
runtime/stack.cc
tools/cpp-define-generator/offset_runtime.def