Home
last modified time | relevance | path

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

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