OSDN Git Service

ART: Extract JNI macro assembler for arm64
authorAndreas Gampe <agampe@google.com>
Mon, 8 Aug 2016 23:06:34 +0000 (16:06 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 9 Aug 2016 03:20:03 +0000 (20:20 -0700)
commitdcf3014718d9542927a4c8dc93701ce892484c84
tree94f02d407c062abd836a97b76fd9c4adc99335f4
parent5c6233c00f1f50e8539fdfffd06c31359eac8b89
ART: Extract JNI macro assembler for arm64

Extract the JNI assembler parts from the regular assembler.

Change-Id: I0b0ad32e18f585b75e9da0237afe082c25a1d291
Test: m test-art-target (N9)
compiler/Android.mk
compiler/utils/arm64/assembler_arm64.cc
compiler/utils/arm64/assembler_arm64.h
compiler/utils/arm64/jni_macro_assembler_arm64.cc [new file with mode: 0644]
compiler/utils/arm64/jni_macro_assembler_arm64.h [new file with mode: 0644]
compiler/utils/jni_macro_assembler.cc