Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(849)

Unified Diff: src/frames.h

Issue 18062006: Revert r15361 "Improved function entry hook coverage" because of ARM build error. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/code-stubs.cc ('k') | src/frames.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/frames.h
diff --git a/src/frames.h b/src/frames.h
index 9ca218ac52d848405662dbbfad4816f5d12b2b18..19e4d609b5c27616d8be34e8ff96cf3c4509cf35 100644
--- a/src/frames.h
+++ b/src/frames.h
@@ -297,10 +297,6 @@ class StackFrame BASE_EMBEDDED {
static void SetReturnAddressLocationResolver(
ReturnAddressLocationResolver resolver);
- // Resolves pc_address through the resolution address function if one is set.
- static inline Address* ResolveReturnAddressLocation(Address* pc_address);
-
-
// Printing support.
enum PrintMode { OVERVIEW, DETAILS };
virtual void Print(StringStream* accumulator,
@@ -336,8 +332,6 @@ class StackFrame BASE_EMBEDDED {
Isolate* isolate_;
State state_;
- static ReturnAddressLocationResolver return_address_location_resolver_;
-
// Fill in the state of the calling frame.
virtual void ComputeCallerState(State* state) const = 0;
« no previous file with comments | « src/code-stubs.cc ('k') | src/frames.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698