Home | History | Annotate | Download | only in optimizing

Lines Matching refs:type_check_slow_path

4145   SlowPathCodeARM64* type_check_slow_path =
4148 codegen_->AddSlowPath(type_check_slow_path);
4170 __ B(ne, type_check_slow_path->GetEntryLabel());
4196 __ Cbz(temp, type_check_slow_path->GetEntryLabel());
4229 __ B(type_check_slow_path->GetEntryLabel());
4255 __ Cbz(temp, type_check_slow_path->GetEntryLabel());
4260 __ Cbnz(temp, type_check_slow_path->GetEntryLabel());
4274 __ B(type_check_slow_path->GetEntryLabel());
4297 __ Cbz(WRegisterFrom(maybe_temp2_loc), type_check_slow_path->GetEntryLabel());
4311 __ Bind(type_check_slow_path->GetExitLabel());