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 72 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry)
profile-generator.h 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_;
    [all...]
profile-generator.cc 277 ProfileTree::ProfileTree()
288 ProfileTree::~ProfileTree() {
294 void ProfileTree::AddPathFromEnd(const Vector<CodeEntry*>& path) {
307 void ProfileTree::AddPathFromStart(const Vector<CodeEntry*>& path) {
372 void ProfileTree::FilteredClone(ProfileTree* src, int security_token_id) {
380 void ProfileTree::SetTickRatePerMs(double ticks_per_ms) {
405 void ProfileTree::TraverseDepthFirst(Callback* callback)
    [all...]
  /external/v8/test/cctest/
test-profile-generator.cc 16 using i::ProfileTree;
112 explicit ProfileTreeTestHelper(const ProfileTree* tree)
132 const ProfileTree* tree_;
144 ProfileTree tree;
214 ProfileTree tree;
278 ProfileTree empty_tree;
297 ProfileTree single_child_tree;
319 ProfileTree flat_tree;
355 ProfileTree wide_tree;
406 ProfileTree source_tree
    [all...]

Completed in 371 milliseconds