HomeSort by relevance Sort by last modified time
    Searched refs:num_null_methods_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
profiler.h 113 void NullMethod() { ++num_null_methods_; }
121 uint32_t num_null_methods_; // Number of samples where can don't know the method. member in class:art::ProfileSampleResults
profiler.cc 473 num_null_methods_(0),
571 num_null_methods_ += previous_num_null_methods_;
575 << num_samples_ << "/" << num_null_methods_ << "/" << num_boot_methods_;
576 os << num_samples_ << "/" << num_null_methods_ << "/" << num_boot_methods_ << "\n";
691 num_null_methods_ = 0;

Completed in 279 milliseconds