HomeSort by relevance Sort by last modified time
    Searched defs:ProfileTree (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
profile-generator.cc 270 ProfileTree::ProfileTree()
281 ProfileTree::~ProfileTree() {
287 void ProfileTree::AddPathFromEnd(const Vector<CodeEntry*>& path) {
300 void ProfileTree::AddPathFromStart(const Vector<CodeEntry*>& path) {
365 void ProfileTree::FilteredClone(ProfileTree* src, int security_token_id) {
373 void ProfileTree::SetTickRatePerMs(double ticks_per_ms) {
398 void ProfileTree::TraverseDepthFirst(Callback* callback)
    [all...]
profile-generator.h 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_;
    [all...]

Completed in 626 milliseconds