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.cc477 num_boot_methods_(0U), in ProfileSampleResults()
578 num_boot_methods_ += previous_num_boot_methods_; in Write()
581 << num_samples_ << "/" << num_null_methods_ << "/" << num_boot_methods_; in Write()
582 os << num_samples_ << "/" << num_null_methods_ << "/" << num_boot_methods_ << "\n"; in Write()
698 num_boot_methods_ = 0; in Clear()