Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h929 slow_path_map_(std::less<uint32_t>(), in SlowPathGenerator()
949 auto iter = slow_path_map_.find(dex_pc); in NewSlowPath()
950 if (iter != slow_path_map_.end()) { in NewSlowPath()
964 iter = slow_path_map_.Put(dex_pc, in NewSlowPath()
1014 ArenaSafeMap<uint32_t, ArenaVector<std::pair<InstructionType*, SlowPathCode*>>> slow_path_map_; variable