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 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...]
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...]

Completed in 332 milliseconds