From 5a4b8a236030460651a3136397d23ca6744e7eb7 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Thu, 11 Sep 2014 08:30:08 -0700 Subject: ART: Rename Handle hierarchy Bring the names in line with normal OO principles: ConstHandle becomes Handle, and Handle becomes MutableHandle. Change-Id: I0f018eb7ba28bc422e3a23dd73a6cbe6fc2d2044 --- runtime/method_helper.h | 53 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 17 deletions(-) (limited to 'runtime/method_helper.h') diff --git a/runtime/method_helper.h b/runtime/method_helper.h index 8150456..fe364d3 100644 --- a/runtime/method_helper.h +++ b/runtime/method_helper.h @@ -24,17 +24,11 @@ namespace art { -class MethodHelper { +template