Searched refs:bottom_up_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dprofile-generator.h225 INLINE(const ProfileTree* bottom_up() const) { return &bottom_up_; }
236 ProfileTree bottom_up_; member in class:v8::internal::CpuProfile
H A Dprofile-generator.cc456 bottom_up_.AddPathFromStart(path);
462 bottom_up_.CalculateTotalTicks();
468 bottom_up_.SetTickRatePerMs(actual_sampling_rate);
476 clone->bottom_up_.FilteredClone(&bottom_up_, security_token_id);
485 bottom_up_.ShortPrint();
493 bottom_up_.Print();

Completed in 53 milliseconds