summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/arm/MethodCodegenDriver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/codegen/arm/MethodCodegenDriver.cc')
-rw-r--r--src/compiler/codegen/arm/MethodCodegenDriver.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/codegen/arm/MethodCodegenDriver.cc b/src/compiler/codegen/arm/MethodCodegenDriver.cc
index c83a2a4a09..bd50742f35 100644
--- a/src/compiler/codegen/arm/MethodCodegenDriver.cc
+++ b/src/compiler/codegen/arm/MethodCodegenDriver.cc
@@ -346,7 +346,7 @@ static int nextSDCallInsnSP(CompilationUnit* cUnit, MIR* mir,
break;
case 3: // Method->DeclaringClass()->GetDexCache()->methodsObjectArr
loadBaseDisp(cUnit, mir, r0,
- art::DexCache::MethodsOffset().Int32Value(), r0,
+ art::DexCache::ResolvedMethodsOffset().Int32Value(), r0,
kWord, INVALID_SREG);
break;
case 4: // Skip past the object header
@@ -444,7 +444,7 @@ static int nextVCallInsnSP(CompilationUnit* cUnit, MIR* mir,
break;
case 3: // ...()->GetDexCache()->methodsObjectArr [uses/sets r0]
loadBaseDisp(cUnit, mir, r0,
- art::DexCache::MethodsOffset().Int32Value(), r0,
+ art::DexCache::ResolvedMethodsOffset().Int32Value(), r0,
kWord, INVALID_SREG);
// Load "this" [set r1]
rlArg = oatGetSrc(cUnit, mir, 0);