OSDN Git Service

Remove ThrowNoSuchMethod entrypoint.
authorVladimir Marko <vmarko@google.com>
Wed, 14 Sep 2016 11:49:57 +0000 (12:49 +0100)
committerVladimir Marko <vmarko@google.com>
Wed, 14 Sep 2016 11:55:09 +0000 (12:55 +0100)
commit05846475c8d48ce191dcd333c76d5ccc17aea9dd
treebfbcbba324eda45fae27b31ce0ce589c5f472474
parente305eaf2c08a203e3e046c3a8608b90b9dc5a080
Remove ThrowNoSuchMethod entrypoint.

Run ART test suite on host and Nexus 6.
Bug: 31464666
Change-Id: I5aa737726031adae0b132f759cf802a93d581a7f
18 files changed:
compiler/oat_test.cc
runtime/arch/arm/quick_entrypoints_arm.S
runtime/arch/arm64/quick_entrypoints_arm64.S
runtime/arch/mips/entrypoints_init_mips.cc
runtime/arch/mips/quick_entrypoints_mips.S
runtime/arch/mips64/quick_entrypoints_mips64.S
runtime/arch/x86/quick_entrypoints_x86.S
runtime/arch/x86_64/quick_entrypoints_x86_64.S
runtime/asm_support.h
runtime/common_throws.cc
runtime/common_throws.h
runtime/entrypoints/quick/quick_default_externs.h
runtime/entrypoints/quick/quick_default_init_entrypoints.h
runtime/entrypoints/quick/quick_entrypoints_list.h
runtime/entrypoints/quick/quick_throw_entrypoints.cc
runtime/entrypoints_order_test.cc
runtime/thread.cc
runtime/thread.h