Home | History | Annotate | Download | only in runtime

Lines Matching refs:method_size_

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_;
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_;
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 unused
248 UNUSED(method_size_);
258 uint32_t method_size_; // Size of the method on dex instructions.