OSDN Git Service

Merge "Change suspend entrypoint to save all registers."
authorVladimir Marko <vmarko@google.com>
Thu, 4 Aug 2016 14:44:10 +0000 (14:44 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Thu, 4 Aug 2016 14:44:10 +0000 (14:44 +0000)
commit965c0b9f98a4acbec7be148291196e30784bba2d
treec9b53c36226535f2941d47a1ea222da114266680
parent2e98023165349ab91855555f63fed8dad3c471fe
parent952dbb19cd094b8bfb01dbb33e0878db429e499a
Merge "Change suspend entrypoint to save all registers."
22 files changed:
compiler/image_writer.cc
compiler/optimizing/code_generator.cc
compiler/optimizing/code_generator_arm.cc
compiler/optimizing/code_generator_arm64.cc
compiler/optimizing/code_generator_mips.cc
compiler/optimizing/code_generator_mips64.cc
compiler/optimizing/code_generator_x86.cc
compiler/optimizing/code_generator_x86_64.cc
oatdump/oatdump.cc
runtime/arch/arm/quick_entrypoints_arm.S
runtime/arch/arm/quick_method_frame_info_arm.h
runtime/arch/arm64/quick_entrypoints_arm64.S
runtime/arch/arm64/quick_method_frame_info_arm64.h
runtime/arch/mips/quick_method_frame_info_mips.h
runtime/arch/mips64/quick_method_frame_info_mips64.h
runtime/arch/x86/quick_entrypoints_x86.S
runtime/arch/x86/quick_method_frame_info_x86.h
runtime/arch/x86_64/quick_entrypoints_x86_64.S
runtime/arch/x86_64/quick_method_frame_info_x86_64.h
runtime/gc/space/image_space.cc
runtime/generated/asm_support_gen.h
runtime/image.h