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