Searched refs:ProfileTree (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dprofile-generator-inl.h72 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry)
H A Dprofile-generator.h135 class ProfileTree;
139 INLINE(ProfileNode(ProfileTree* tree, CodeEntry* entry));
166 ProfileTree* tree_;
178 class ProfileTree { class in namespace:v8::internal
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_u
[all...]
H A Dprofile-generator.cc277 ProfileTree::ProfileTree() function in class:v8::internal::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
[all...]
/external/v8/test/cctest/
H A Dtest-profile-generator.cc16 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_tre
[all...]

Completed in 89 milliseconds