Searched refs:GetSlowPaths (Results 1 – 1 of 1) sorted by relevance
159 ArrayRef<const std::unique_ptr<SlowPathCode>> GetSlowPaths() const { in GetSlowPaths() function in art::CodeGenerator::CodeGenerationData357 for (const std::unique_ptr<SlowPathCode>& slow_path_ptr : code_generation_data_->GetSlowPaths()) { in GenerateSlowPaths()