Searched refs:PreviousValue (Results 1 – 2 of 2) sorted by relevance
135 struct PreviousValue { struct136 PreviousValue() : count_(0), method_size_(0), context_map_(nullptr) {} in PreviousValue() argument137 PreviousValue(uint32_t count, uint32_t method_size, PreviousContextMap* context_map) in PreviousValue() argument144 typedef std::map<std::string, PreviousValue> PreviousProfile; argument
791 previous_[methodname] = PreviousValue(total_count, size, context_map); in ReadPrevious()