Chromium Code Reviews

Unified Diff: src/x64/frames-x64.cc

Issue 1131783003: Embedded constant pools. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: New test, address nits Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/x64/frames-x64.cc
diff --git a/src/x64/frames-x64.cc b/src/x64/frames-x64.cc
index 114945b49fc8cf2f8a73eb445abe16ea34ceea1e..33627f5c03cf53b2b3d848984a68844a29814af1 100644
--- a/src/x64/frames-x64.cc
+++ b/src/x64/frames-x64.cc
@@ -31,12 +31,6 @@ Register StubFailureTrampolineFrame::constant_pool_pointer_register() {
}
-Object*& ExitFrame::constant_pool_slot() const {
- UNREACHABLE();
- return Memory::Object_at(NULL);
-}
-
-
} } // namespace v8::internal
#endif // V8_TARGET_ARCH_X64

Powered by Google App Engine