Searched defs:AddSlowPath (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator.cc161 void AddSlowPath(SlowPathCode* slow_path) { function in class:art::CodeGenerator::CodeGenerationData
1167 void CodeGenerator::AddSlowPath(SlowPathCode* slow_path) { function in class:art::CodeGenerator
1169 code_generation_data_->AddSlowPath(slow_path);

Completed in 123 milliseconds