OSDN Git Service

Fix art test failures for Mips.
authorDouglas Leung <douglas@mips.com>
Wed, 9 Jul 2014 21:28:35 +0000 (14:28 -0700)
committerDouglas Leung <douglas@mips.com>
Wed, 16 Jul 2014 01:39:57 +0000 (18:39 -0700)
commitd9cb8ae2ed78f957a773af61759432d7a7bf78af
tree884d76d6e47193f704a7c7cb27c9a6c1ed2b49f3
parentebaca192314e21d26b97646fa962e468ff07b893
Fix art test failures for Mips.

This patch fixes the following art test failures for Mips:
003-omnibus-opcodes
030-bad-finalizer
041-narrowing
059-finalizer-throw

Change-Id: I4e0e9ff75f949c92059dd6b8d579450dc15f4467
Signed-off-by: Douglas Leung <douglas@mips.com>
17 files changed:
compiler/dex/quick/arm/codegen_arm.h
compiler/dex/quick/arm/target_arm.cc
compiler/dex/quick/arm64/codegen_arm64.h
compiler/dex/quick/arm64/target_arm64.cc
compiler/dex/quick/gen_common.cc
compiler/dex/quick/mips/codegen_mips.h
compiler/dex/quick/mips/target_mips.cc
compiler/dex/quick/mips/utility_mips.cc
compiler/dex/quick/mir_to_lir.cc
compiler/dex/quick/mir_to_lir.h
compiler/dex/quick/x86/codegen_x86.h
compiler/dex/quick/x86/target_x86.cc
compiler/oat_test.cc
runtime/arch/mips/entrypoints_init_mips.cc
runtime/entrypoints/quick/quick_entrypoints.h
runtime/entrypoints_order_test.cc
runtime/thread.cc