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

Unified Diff: src/perf-jit.h

Issue 960493003: Remove JITCodeEvent::CODE_REMOVED (Closed) Base URL: https://chromium.googlesource.com/v8/v8@master
Patch Set: Created 5 years, 10 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/log.cc ('k') | src/perf-jit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/perf-jit.h
diff --git a/src/perf-jit.h b/src/perf-jit.h
index 7872910b29595c4061ad3c77f29d728c201a3102..833962b3fc6c826408c4482701dc96f0e0203a51 100644
--- a/src/perf-jit.h
+++ b/src/perf-jit.h
@@ -49,7 +49,6 @@ class PerfJitLogger : public CodeEventLogger {
virtual ~PerfJitLogger();
virtual void CodeMoveEvent(Address from, Address to);
- virtual void CodeDeleteEvent(Address from);
virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) {}
virtual void SnapshotPositionEvent(Address addr, int pos);
@@ -100,8 +99,6 @@ class PerfJitLogger : public CodeEventLogger {
public:
virtual void CodeMoveEvent(Address from, Address to) { UNIMPLEMENTED(); }
- virtual void CodeDeleteEvent(Address from) { UNIMPLEMENTED(); }
-
virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) {
UNIMPLEMENTED();
}
« no previous file with comments | « src/log.cc ('k') | src/perf-jit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698