Home | History | Annotate | Download | only in src

Lines Matching refs:ProfileTree

135 class ProfileTree;
139 INLINE(ProfileNode(ProfileTree* tree, CodeEntry* entry));
166 ProfileTree* tree_;
178 class ProfileTree {
180 ProfileTree();
181 ~ProfileTree();
186 void FilteredClone(ProfileTree* src, int security_token_id);
207 DISALLOW_COPY_AND_ASSIGN(ProfileTree);
224 INLINE(const ProfileTree* top_down() const) { return &top_down_; }
225 INLINE(const ProfileTree* bottom_up() const) { return &bottom_up_; }
235 ProfileTree top_down_;
236 ProfileTree bottom_up_;