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

Unified Diff: runtime/vm/parser.h

Issue 977283002: Display call site data for functions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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/object_test.cc ('k') | runtime/vm/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/parser.h
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
index 0e3d6949c19301dfb3b068895e26066d4cecaddf..41eaa765a2b7770e7d2c0111f5791945f1a4b899 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -699,7 +699,9 @@ class Parser : public ValueObject {
AstNode* ParseStaticCall(const Class& cls,
const String& method_name,
intptr_t ident_pos);
- AstNode* ParseInstanceCall(AstNode* receiver, const String& method_name);
+ AstNode* ParseInstanceCall(AstNode* receiver,
+ const String& method_name,
+ intptr_t ident_pos);
AstNode* ParseClosureCall(AstNode* closure);
AstNode* GenerateStaticFieldLookup(const Field& field,
intptr_t ident_pos);
« no previous file with comments | « runtime/vm/object_test.cc ('k') | runtime/vm/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698