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.cc474 num_boot_methods_(0) {
572 num_boot_methods_ += previous_num_boot_methods_;
575 << num_samples_ << "/" << num_null_methods_ << "/" << num_boot_methods_; local
576 os << num_samples_ << "/" << num_null_methods_ << "/" << num_boot_methods_ << "\n"; local
692 num_boot_methods_ = 0;

Completed in 332 milliseconds