summaryrefslogtreecommitdiff
path: root/runtime/jit/jit.cc
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2016-02-25 15:15:58 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-02-25 15:15:59 +0000
commitdcedaaa4dc6d05b6044ecef50f2d9bb95575d49c (patch)
treebb225ab5b2ceae62765e424b8ece66ae66ae9f71 /runtime/jit/jit.cc
parent7d66ac5038a81554d89f79b419e3a80e63ca1f92 (diff)
parent7dc11782ff0a5dffcd8108f256f8975f0b3e8076 (diff)
Merge "Implement << operator for DexRegisterLocation::Kind."
Diffstat (limited to 'runtime/jit/jit.cc')
-rw-r--r--runtime/jit/jit.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/jit/jit.cc b/runtime/jit/jit.cc
index bdc7ee2428..1a28733efd 100644
--- a/runtime/jit/jit.cc
+++ b/runtime/jit/jit.cc
@@ -369,8 +369,7 @@ bool Jit::MaybeDoOnStackReplacement(Thread* thread,
continue;
}
- DCHECK(location == DexRegisterLocation::Kind::kInStack)
- << DexRegisterLocation::PrettyDescriptor(location);
+ DCHECK_EQ(location, DexRegisterLocation::Kind::kInStack);
int32_t vreg_value = shadow_frame->GetVReg(vreg);
int32_t slot_offset = vreg_map.GetStackOffsetInBytes(vreg,