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

  /external/v8/src/
profile-generator-inl.h 74 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry)
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...]
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...]
  /external/v8/test/cctest/
test-profile-generator.cc 20 using i::ProfileTree;
116 explicit ProfileTreeTestHelper(const ProfileTree* tree)
136 const ProfileTree* tree_;
148 ProfileTree tree;
218 ProfileTree tree;
282 ProfileTree empty_tree;
301 ProfileTree single_child_tree;
323 ProfileTree flat_tree;
359 ProfileTree wide_tree;
410 ProfileTree source_tree
    [all...]

Completed in 9695 milliseconds