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

Unified Diff: src/profile-generator-inl.h

Issue 1332683002: Profiler code clean-up (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 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/profile-generator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/profile-generator-inl.h
diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h
index 1e543dda8b4015d0fbfccd56dbc26cbcb914686d..966578ab26428f6137422f24b0e6c6d689575013 100644
--- a/src/profile-generator-inl.h
+++ b/src/profile-generator-inl.h
@@ -31,16 +31,6 @@ CodeEntry::CodeEntry(Logger::LogEventsAndTags tag, const char* name,
instruction_start_(instruction_start) {}
-bool CodeEntry::is_js_function_tag(Logger::LogEventsAndTags tag) {
- return tag == Logger::FUNCTION_TAG
- || tag == Logger::LAZY_COMPILE_TAG
- || tag == Logger::SCRIPT_TAG
- || tag == Logger::NATIVE_FUNCTION_TAG
- || tag == Logger::NATIVE_LAZY_COMPILE_TAG
- || tag == Logger::NATIVE_SCRIPT_TAG;
-}
-
-
ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry)
: tree_(tree),
entry_(entry),
« no previous file with comments | « src/profile-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698