Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h890 slow_path_map_(std::less<uint32_t>(), in SlowPathGenerator()
910 auto iter = slow_path_map_.find(dex_pc); in NewSlowPath()
911 if (iter != slow_path_map_.end()) { in NewSlowPath()
925 iter = slow_path_map_.Put(dex_pc, in NewSlowPath()
975 ArenaSafeMap<uint32_t, ArenaVector<std::pair<InstructionType*, SlowPathCode*>>> slow_path_map_; variable