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

Unified Diff: runtime/observatory/lib/src/models/objects/function.dart

Issue 2291823002: Converted Observatory function-view element (Closed)
Patch Set: Updated observatory_sources.gypi Created 4 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
Index: runtime/observatory/lib/src/models/objects/function.dart
diff --git a/runtime/observatory/lib/src/models/objects/function.dart b/runtime/observatory/lib/src/models/objects/function.dart
index 933954ff52502a5c97bf03f1eaf3ed23bf5c67fe..f73f0db8cc7af012da5beb5d7538ad977f6405b2 100644
--- a/runtime/observatory/lib/src/models/objects/function.dart
+++ b/runtime/observatory/lib/src/models/objects/function.dart
@@ -82,4 +82,17 @@ abstract class Function extends Object implements FunctionRef {
/// The compiled code associated with this function. [optional]
CodeRef get code;
+ /// [optional]
+ CodeRef get unoptimizedCode;
+ /// [optional]
+ FieldRef get field;
+ int get usageCounter;
+ InstanceRef get icDataArray;
+ int get deoptimizations;
+ bool get isOptimizable;
+ bool get isInlinable;
+ bool get hasIntrinsic;
+ bool get isRecognized;
+ bool get isNative;
+ String get vmName;
}
« no previous file with comments | « runtime/observatory/lib/src/elements/service_view.html ('k') | runtime/observatory/lib/src/models/repositories/function.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698