Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h701 slow_path_map_(std::less<uint32_t>(), graph->GetArena()->Adapter(kArenaAllocSlowPaths)) {} in SlowPathGenerator()
720 auto iter = slow_path_map_.find(dex_pc); in NewSlowPath()
721 if (iter != slow_path_map_.end()) { in NewSlowPath()
735 iter = slow_path_map_.Put(dex_pc, {{}, {graph_->GetArena()->Adapter(kArenaAllocSlowPaths)}}); in NewSlowPath()
783 ArenaSafeMap<uint32_t, ArenaVector<std::pair<InstructionType*, SlowPathCode*>>> slow_path_map_; variable