Home
last modified time | relevance | path

Searched refs:PreviousContextMap (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dprofiler.h134 typedef std::map<std::pair<uint32_t, std::string>, uint32_t> PreviousContextMap; typedef
137 PreviousValue(uint32_t count, uint32_t method_size, PreviousContextMap* context_map) in PreviousValue()
141 PreviousContextMap* context_map_;
Dprofiler.cc619 PreviousContextMap new_context_map; in Write()
644 PreviousContextMap* previous_context_map = pi->second.context_map_; in Write()
648 PreviousContextMap::iterator ci = new_context_map.find(context_i.first); in Write()
679 PreviousContextMap* previous_context_map = pi.second.context_map_; in Write()
777 PreviousContextMap* context_map = nullptr; in ReadPrevious()
779 context_map = new PreviousContextMap(); in ReadPrevious()