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

  /art/runtime/
profiler.h 135 struct PreviousValue {
136 PreviousValue() : count_(0), method_size_(0), context_map_(nullptr) {}
137 PreviousValue(uint32_t count, uint32_t method_size, PreviousContextMap* context_map)
144 typedef std::map<std::string, PreviousValue> PreviousProfile;
profiler.cc 794 previous_[methodname] = PreviousValue(total_count, size, context_map);

Completed in 903 milliseconds