Home | History | Annotate | Download | only in optimizing

Lines Matching refs:slow_path

1906   SlowPathCodeMIPS* slow_path = new (GetAllocator()) IntrinsicSlowPathMIPS(invoke);
1907 codegen_->AddSlowPath(slow_path);
1913 __ Bgeu(idx, TMP, slow_path->GetEntryLabel());
1920 __ Bind(slow_path->GetExitLabel());
1943 SlowPathCodeMIPS* slow_path = new (GetAllocator()) IntrinsicSlowPathMIPS(invoke);
1944 codegen_->AddSlowPath(slow_path);
1945 __ Beqz(argument, slow_path->GetEntryLabel());
1954 __ Bind(slow_path->GetExitLabel());
2072 SlowPathCodeMIPS* slow_path = nullptr;
2078 slow_path = new (allocator) IntrinsicSlowPathMIPS(invoke);
2079 codegen->AddSlowPath(slow_path);
2080 __ B(slow_path->GetEntryLabel());
2081 __ Bind(slow_path->GetExitLabel());
2095 slow_path = new (allocator) IntrinsicSlowPathMIPS(invoke);
2096 codegen->AddSlowPath(slow_path);
2097 __ Bltu(tmp_reg, char_reg, slow_path->GetEntryLabel());
2113 if (slow_path != nullptr) {
2114 __ Bind(slow_path->GetExitLabel());
2188 SlowPathCodeMIPS* slow_path = new (GetAllocator()) IntrinsicSlowPathMIPS(invoke);
2189 codegen_->AddSlowPath(slow_path);
2190 __ Beqz(byte_array, slow_path->GetEntryLabel());
2199 __ Bind(slow_path->GetExitLabel());
2250 SlowPathCodeMIPS* slow_path = new (GetAllocator()) IntrinsicSlowPathMIPS(invoke);
2251 codegen_->AddSlowPath(slow_path);
2252 __ Beqz(string_to_copy, slow_path->GetEntryLabel());
2261 __ Bind(slow_path->GetExitLabel());