OSDN Git Service

ARM64: Make runtime invokes use InvokeRuntime().
authorSerban Constantinescu <serban.constantinescu@linaro.org>
Thu, 18 Feb 2016 16:06:31 +0000 (16:06 +0000)
committerRoland Levillain <rpl@google.com>
Thu, 25 Aug 2016 15:38:23 +0000 (15:38 +0000)
commit22f81d3b620581c98548dec3b0d6d575e012fed8
tree7986c0bd60c9ee6a95fcfff489b20ffa62cf3ed8
parentce999e7c8af5f76a05ab0b2267ef7b74d25c75b5
ARM64: Make runtime invokes use InvokeRuntime().

This patch refactors all of the ARM64 Optimizing compiler runtime
invokes to use InvokeRuntime(). It also fixes some misuses of
RecordPcInfo().

Test: m test-art-target + Nexus 6 boot test
Change-Id: Ia3e477c42fb14c62b81e50daa5811185071bafa6
compiler/optimizing/code_generator_arm64.cc
compiler/optimizing/code_generator_arm64.h
compiler/optimizing/intrinsics_arm64.cc