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

Unified Diff: runtime/vm/object.h

Issue 965593002: Improved profiler view and inclusive profile tree (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
« no previous file with comments | « runtime/observatory/lib/utils.dart ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 0309462d004692361952102355d9fcdddaa0f545..38c50c69dba3fdf3a7f72506a749b3a98d82d535 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -4184,6 +4184,10 @@ class Code : public Object {
StoreNonPointer(&raw_ptr()->lazy_deopt_pc_offset_, pc);
}
+ bool IsAllocationStubCode() const;
+ bool IsStubCode() const;
+ bool IsFunctionCode() const;
+
private:
void set_state_bits(intptr_t bits) const;
« no previous file with comments | « runtime/observatory/lib/utils.dart ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698