From 169489b4f4be8c5dd880ba6f152948324d22ff79 Mon Sep 17 00:00:00 2001 From: Serban Constantinescu Date: Wed, 11 Jun 2014 16:43:35 +0100 Subject: AArch64: Add support for inlined methods This patch adds support for Arm64 inlined methods. Change-Id: Ic6aeed6d2d32f65cd1e63cf482f83cdcf958798a --- compiler/dex/quick/arm64/codegen_arm64.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/dex/quick/arm64/codegen_arm64.h') diff --git a/compiler/dex/quick/arm64/codegen_arm64.h b/compiler/dex/quick/arm64/codegen_arm64.h index 8ecc393..bf09b86 100644 --- a/compiler/dex/quick/arm64/codegen_arm64.h +++ b/compiler/dex/quick/arm64/codegen_arm64.h @@ -124,6 +124,7 @@ class Arm64Mir2Lir : public Mir2Lir { bool GenInlinedSqrt(CallInfo* info); bool GenInlinedPeek(CallInfo* info, OpSize size); bool GenInlinedPoke(CallInfo* info, OpSize size); + bool GenInlinedAbsLong(CallInfo* info); void GenIntToLong(RegLocation rl_dest, RegLocation rl_src); void GenNotLong(RegLocation rl_dest, RegLocation rl_src); void GenNegLong(RegLocation rl_dest, RegLocation rl_src); -- cgit v1.1