Home | History | Annotate | Download | only in src

Lines Matching defs:ProfileTree

132 class ProfileTree;
136 INLINE(ProfileNode(ProfileTree* tree, CodeEntry* entry));
163 ProfileTree* tree_;
175 class ProfileTree {
177 ProfileTree();
178 ~ProfileTree();
183 void FilteredClone(ProfileTree* src, int security_token_id);
204 DISALLOW_COPY_AND_ASSIGN(ProfileTree);
221 INLINE(const ProfileTree* top_down() const) { return &top_down_; }
222 INLINE(const ProfileTree* bottom_up() const) { return &bottom_up_; }
232 ProfileTree top_down_;
233 ProfileTree bottom_up_;