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

Unified Diff: src/code-stubs.h

Issue 16578008: Improved function entry hook coverage (Closed) Base URL: https://chromium.googlesource.com/external/v8.git@post_fix
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/bootstrapper.cc ('k') | src/frames.cc » ('j') | src/ic.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.h
diff --git a/src/code-stubs.h b/src/code-stubs.h
index aa6a4101951f3d762df2659d2ae870a677a91cc7..4dcf6a5a3f0e2ebb7543f464dacd2a3b5bcc3528 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -1979,7 +1979,8 @@ class ProfileEntryHookStub : public PlatformCodeStub {
static bool HasEntryHook() { return entry_hook_ != NULL; }
- private:
+ // DO NOT SUBMIT
+ public:
static void EntryHookTrampoline(intptr_t function,
intptr_t stack_pointer);
« no previous file with comments | « src/bootstrapper.cc ('k') | src/frames.cc » ('j') | src/ic.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698