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

Unified Diff: src/serialize.cc

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/perf-jit.cc ('k') | src/third_party/vtune/vtune-jit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/serialize.cc
diff --git a/src/serialize.cc b/src/serialize.cc
index 05a54188b86cfbeef9bc010a083fcad001d9adb5..6b9eee3d19d80fb31c3028ea6e5cfc9308e39fab 100644
--- a/src/serialize.cc
+++ b/src/serialize.cc
@@ -516,10 +516,6 @@ class CodeAddressMap: public CodeEventLogger {
virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) {
}
- virtual void CodeDeleteEvent(Address from) {
- address_to_name_map_.Remove(from);
- }
-
const char* Lookup(Address address) {
return address_to_name_map_.Lookup(address);
}
« no previous file with comments | « src/perf-jit.cc ('k') | src/third_party/vtune/vtune-jit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698