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

  /art/runtime/
profiler.h 54 count_(0), method_size_(method_size) {
57 dex_pc_(0), count_(0), method_size_(0) {
63 uint32_t GetMethodSize() { return method_size_; }
92 uint32_t method_size_; member in class:art::StackTrieNode
136 PreviousValue() : count_(0), method_size_(0), context_map_(nullptr) {}
138 : count_(count), method_size_(method_size), context_map_(context_map) {}
140 uint32_t method_size_; member in struct:art::ProfileSampleResults::PreviousValue
242 ProfileData() : count_(0), method_size_(0), used_percent_(0) {}
245 method_name_(method_name), count_(count), method_size_(method_size),
247 // TODO: currently method_size_ is unuse
258 uint32_t method_size_; \/\/ Size of the method on dex instructions. member in class:art::ProfileFile::ProfileData
    [all...]
profiler.cc 670 os << StringPrintf("%s/%u/%u\n", pi.first.c_str(), pi.second.count_, pi.second.method_size_);
672 os << StringPrintf("%s/%u/%u/[", pi.first.c_str(), pi.second.count_, pi.second.method_size_);

Completed in 145 milliseconds