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

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, 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
Index: runtime/vm/parser.h
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
index 0054c934e8d90ded56ad1ac040bb78f683d44dfc..6d42fae564b0cbcfcc8869e889578413520ad429 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -696,7 +696,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);
« runtime/vm/object.cc ('K') | « 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