summaryrefslogtreecommitdiffstats
path: root/runtime/stack.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stack.cc')
-rw-r--r--runtime/stack.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/stack.cc b/runtime/stack.cc
index 864b86a..a6a0b29 100644
--- a/runtime/stack.cc
+++ b/runtime/stack.cc
@@ -25,14 +25,11 @@
#include "runtime.h"
#include "thread_list.h"
#include "throw_location.h"
+#include "verify_object-inl.h"
#include "vmap_table.h"
namespace art {
-bool ShadowFrame::VerifyReference(const mirror::Object* val) const {
- return !Runtime::Current()->GetHeap()->IsInTempSpace(val);
-}
-
mirror::Object* ShadowFrame::GetThisObject() const {
mirror::ArtMethod* m = GetMethod();
if (m->IsStatic()) {