Searched refs:slow_path_map_ (Results 1 – 1 of 1) sorted by relevance
834 slow_path_map_(std::less<uint32_t>(), in SlowPathGenerator()854 auto iter = slow_path_map_.find(dex_pc); in NewSlowPath()855 if (iter != slow_path_map_.end()) { in NewSlowPath()869 iter = slow_path_map_.Put(dex_pc, in NewSlowPath()919 ArenaSafeMap<uint32_t, ArenaVector<std::pair<InstructionType*, SlowPathCode*>>> slow_path_map_; variable