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

Unified Diff: runtime/vm/object.h

Issue 1000933004: Display ICData entries at call sites, with links to the targets and guarded classes. (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
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 73e0a5aa2c63e45abcfa9087e24551a63971f8bc..9f456473c3d42804f4c2fc0cf5ee3dec5be45632 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -1811,8 +1811,6 @@ class Function : public Object {
}
bool HasCode() const;
- RawGrowableObjectArray* CollectICsWithSourcePositions() const;
-
static intptr_t instructions_offset() {
return OFFSET_OF(RawFunction, instructions_);
}
@@ -3896,7 +3894,9 @@ class ICData : public Object {
bool HasRangeFeedback() const;
RangeFeedback DecodeRangeFeedbackAt(intptr_t idx) const;
- void PrintToJSONArray(JSONArray* jsarray, intptr_t token_pos) const;
+ void PrintToJSONArray(const JSONArray& jsarray,
+ intptr_t token_pos,
+ bool is_static_call) const;
private:
RawArray* ic_data() const {
« no previous file with comments | « runtime/vm/coverage_test.cc ('k') | runtime/vm/object.cc » ('j') | runtime/vm/service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698