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

/art/runtime/
H A Dprofiler.h114 void BootMethod() { ++num_boot_methods_; }
122 uint32_t num_boot_methods_; // Number of samples in the boot path. member in class:art::ProfileSampleResults
H A Dprofiler.cc471 num_boot_methods_(0) {
569 num_boot_methods_ += previous_num_boot_methods_;
572 << num_samples_ << "/" << num_null_methods_ << "/" << num_boot_methods_; local
573 os << num_samples_ << "/" << num_null_methods_ << "/" << num_boot_methods_ << "\n"; local
689 num_boot_methods_ = 0;

Completed in 82 milliseconds