summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/intrinsics_x86_64.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-01-15 23:24:00 -0800
committerAndreas Gampe <agampe@google.com>2015-01-28 15:32:40 -0800
commit878d58cbaf6b17a9e3dcab790754527f3ebc69e5 (patch)
tree1c1af4ef938ad06a783da51e2c6276d6b0628da6 /compiler/optimizing/intrinsics_x86_64.h
parentb80c3154d3b6359d8ad4ce50d3a6a68224400cdd (diff)
downloadart-878d58cbaf6b17a9e3dcab790754527f3ebc69e5.zip
art-878d58cbaf6b17a9e3dcab790754527f3ebc69e5.tar.gz
art-878d58cbaf6b17a9e3dcab790754527f3ebc69e5.tar.bz2
ART: Arm64 optimizing compiler intrinsics
Implement most intrinsics for the optimizing compiler for Arm64. Change-Id: Idb459be09f0524cb9aeab7a5c7fccb1c6b65a707
Diffstat (limited to 'compiler/optimizing/intrinsics_x86_64.h')
-rw-r--r--compiler/optimizing/intrinsics_x86_64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/intrinsics_x86_64.h b/compiler/optimizing/intrinsics_x86_64.h
index c1fa99c..dfae7fa 100644
--- a/compiler/optimizing/intrinsics_x86_64.h
+++ b/compiler/optimizing/intrinsics_x86_64.h
@@ -70,7 +70,7 @@ INTRINSICS_LIST(OPTIMIZING_INTRINSICS)
private:
X86_64Assembler* GetAssembler();
- ArenaAllocator* GetArena();
+ ArenaAllocator* GetAllocator();
CodeGeneratorX86_64* codegen_;