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

Unified Diff: runtime/vm/object.h

Issue 1739963002: Remember token position where a function was inlined (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 98cf34dc19ef58707557eb00ae5bfe5f5f750514..0a0c90ed96dc250a8499a3b1bce5c46a3f7baeb1 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -4417,6 +4417,9 @@ class Code : public Object {
RawArray* GetInlinedIdToFunction() const;
void SetInlinedIdToFunction(const Array& value) const;
+ RawArray* GetInlinedIdToTokenPos() const;
+ void SetInlinedIdToTokenPos(const Array& value) const;
+
RawArray* GetInlinedCallerIdMap() const;
void SetInlinedCallerIdMap(const Array& value) const;

Powered by Google App Engine
This is Rietveld 408576698