Home
last modified time | relevance | path

Searched defs:ProfileData (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dprofiler.h246 ProfileData() : count_(0), method_size_(0), used_percent_(0), top_k_used_percentage_(0) {} in ProfileData() function
247 ProfileData(const std::string& method_name, uint32_t count, uint32_t method_size, in ProfileData() function