Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h224 slow_paths_.Add(slow_path); in AddSlowPath()
358 slow_paths_(graph->GetArena(), 8), in CodeGenerator()
446 GrowableArray<SlowPathCode*> slow_paths_; variable
Dcode_generator.cc186 for (size_t i = 0, e = slow_paths_.Size(); i < e; ++i) { in CompileInternal()
187 slow_paths_.Get(i)->EmitNativeCode(this); in CompileInternal()
/art/compiler/dex/quick/
Dcodegen_util.cc1066 slow_paths_(arena->Adapter(kArenaAllocSlowPaths)), in Mir2Lir()
1082 slow_paths_.reserve(32); in Mir2Lir()
1269 slow_paths_.push_back(slowpath); in AddSlowPath()
Dgen_common.cc856 for (LIRSlowPath* slowpath : slow_paths_) { in HandleSlowPaths()
859 slow_paths_.clear(); in HandleSlowPaths()
Dmir_to_lir.h1831 ArenaVector<LIRSlowPath*> slow_paths_; variable