Searched refs:slow_paths_ (Results 1 – 5 of 5) sorted by relevance
224 slow_paths_.Add(slow_path); in AddSlowPath()358 slow_paths_(graph->GetArena(), 8), in CodeGenerator()446 GrowableArray<SlowPathCode*> slow_paths_; variable
186 for (size_t i = 0, e = slow_paths_.Size(); i < e; ++i) { in CompileInternal()187 slow_paths_.Get(i)->EmitNativeCode(this); in CompileInternal()
1066 slow_paths_(arena->Adapter(kArenaAllocSlowPaths)), in Mir2Lir()1082 slow_paths_.reserve(32); in Mir2Lir()1269 slow_paths_.push_back(slowpath); in AddSlowPath()
856 for (LIRSlowPath* slowpath : slow_paths_) { in HandleSlowPaths()859 slow_paths_.clear(); in HandleSlowPaths()
1831 ArenaVector<LIRSlowPath*> slow_paths_; variable