Searched refs:method_size_ (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | profiler.h | 54 count_(0), method_size_(method_size) { in StackTrieNode() 57 dex_pc_(0), count_(0), method_size_(0) { in StackTrieNode() 63 uint32_t GetMethodSize() { return method_size_; } in GetMethodSize() 92 uint32_t method_size_; variable 136 PreviousValue() : count_(0), method_size_(0), context_map_(nullptr) {} in PreviousValue() 138 : count_(count), method_size_(method_size), context_map_(context_map) {} in PreviousValue() 140 uint32_t method_size_; member 246 ProfileData() : count_(0), method_size_(0), used_percent_(0), top_k_used_percentage_(0) {} in ProfileData() 249 method_name_(method_name), count_(count), method_size_(method_size), in ProfileData() 252 UNUSED(method_size_); in ProfileData() [all …]
|
D | profiler.cc | 676 os << StringPrintf("%s/%u/%u\n", pi.first.c_str(), pi.second.count_, pi.second.method_size_); in Write() 678 os << StringPrintf("%s/%u/%u/[", pi.first.c_str(), pi.second.count_, pi.second.method_size_); in Write()
|