OSDN Git Service

jni: Support @FastNative methods that return objects
authorIgor Murashkin <iam@google.com>
Thu, 13 Oct 2016 00:44:50 +0000 (17:44 -0700)
committerIgor Murashkin <iam@google.com>
Wed, 19 Oct 2016 18:38:54 +0000 (11:38 -0700)
commitaf1e2990cd1406a0fb7cba1d2e208208e950e413
tree07e80e4dcc31931003a87be7884134ea42ceec07
parent3f699ae23266b2c4adc98958dcbd80c71c2c3284
jni: Support @FastNative methods that return objects

Bug: 32088975
Change-Id: I16f8b7ec6b251812af60ab25f2153d9b72f37044
13 files changed:
compiler/jni/jni_compiler_test.cc
compiler/jni/quick/jni_compiler.cc
compiler/oat_test.cc
compiler/utils/assembler_thumb_test.cc
compiler/utils/assembler_thumb_test_expected.cc.inc
runtime/asm_support.h
runtime/entrypoints/quick/quick_default_init_entrypoints.h
runtime/entrypoints/quick/quick_entrypoints.h
runtime/entrypoints/quick/quick_entrypoints_list.h
runtime/entrypoints/quick/quick_jni_entrypoints.cc
runtime/entrypoints_order_test.cc
runtime/oat.h
runtime/thread.h