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

  /external/chromium_org/v8/src/
profile-generator.cc 265 ProfileTree::ProfileTree()
272 ProfileTree::~ProfileTree() {
278 ProfileNode* ProfileTree::AddPathFromEnd(const Vector<CodeEntry*>& path) {
292 void ProfileTree::AddPathFromStart(const Vector<CodeEntry*>& path) {
333 void ProfileTree::TraverseDepthFirst(Callback* callback) {
profile-generator.h 131 class ProfileTree;
135 inline ProfileNode(ProfileTree* tree, CodeEntry* entry);
159 ProfileTree* tree_;
171 class ProfileTree {
173 ProfileTree();
174 ~ProfileTree();
193 DISALLOW_COPY_AND_ASSIGN(ProfileTree);
207 const ProfileTree* top_down() const { return &top_down_; }
227 ProfileTree top_down_;
  /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 40 milliseconds