Home
last modified time | relevance | path

Searched refs:method_size_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dprofiler.h54 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
242 ProfileData() : count_(0), method_size_(0), used_percent_(0) {} in ProfileData()
245 method_name_(method_name), count_(count), method_size_(method_size), in ProfileData()
248 UNUSED(method_size_); in ProfileData()
[all …]
Dprofiler.cc667 os << StringPrintf("%s/%u/%u\n", pi.first.c_str(), pi.second.count_, pi.second.method_size_); in Write()
669 os << StringPrintf("%s/%u/%u/[", pi.first.c_str(), pi.second.count_, pi.second.method_size_); in Write()