Home | History | Annotate | Download | only in optimizing

Lines Matching defs:slow_path

271       SlowPathCode* slow_path = new (GetGraph()->GetArena()) StackOverflowCheckSlowPathARM();
272 AddSlowPath(slow_path);
276 __ b(slow_path->GetEntryLabel(), CC);
1225 SlowPathCode* slow_path =
1227 codegen_->AddSlowPath(slow_path);
1236 __ b(slow_path->GetEntryLabel(), EQ);
1464 SlowPathCode* slow_path = new (GetGraph()->GetArena()) BoundsCheckSlowPathARM(
1466 codegen_->AddSlowPath(slow_path);
1472 __ b(slow_path->GetEntryLabel(), CS);