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

Unified Diff: runtime/vm/tags.h

Issue 1263573010: Use zone when allocating handles in FlowGraphCompiler assembling operations. Add profiling VM tags… (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: sync Created 5 years, 4 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 | « runtime/vm/regexp_parser.cc ('k') | runtime/vm/tags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/tags.h
diff --git a/runtime/vm/tags.h b/runtime/vm/tags.h
index e0077cbe025e00a04a29337714322266d3f0cda5..b293663842cbd81baa1a185ae592f30592d60778 100644
--- a/runtime/vm/tags.h
+++ b/runtime/vm/tags.h
@@ -22,6 +22,9 @@ class RuntimeEntry;
V(CompileClass) \
V(CompileTopLevel) \
V(CompileScanner) \
+ V(CompileParseFunction) \
+ V(CompileParseRegExp) \
+ V(CompileFlowGraphBuilder) \
V(Dart) \
V(GCNewSpace) \
V(GCOldSpace) \
@@ -65,7 +68,7 @@ class VMTag : public AllStatic {
class VMTagScope : StackResource {
public:
- VMTagScope(Isolate* isolate, uword tag);
+ VMTagScope(Isolate* isolate, uword tag, bool conditional_set = true);
~VMTagScope();
private:
uword previous_tag_;
« no previous file with comments | « runtime/vm/regexp_parser.cc ('k') | runtime/vm/tags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698