Home
last modified time | relevance | path

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

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