Home
last modified time | relevance | path

Searched defs:PreviousValue (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dprofiler.h135 struct PreviousValue { struct
136 PreviousValue() : count_(0), method_size_(0), context_map_(nullptr) {} in PreviousValue() argument
137 PreviousValue(uint32_t count, uint32_t method_size, PreviousContextMap* context_map) in PreviousValue() argument
144 typedef std::map<std::string, PreviousValue> PreviousProfile; argument