Searched refs:force_slow_path_ (Results 1 – 2 of 2) sorted by relevance
1522 void set_force_slow_path(bool v) { force_slow_path_ = v; } in set_force_slow_path()1523 bool force_slow_path() const { return force_slow_path_; } in force_slow_path()1524 bool* force_slow_path_address() { return &force_slow_path_; } in force_slow_path_address()2272 bool force_slow_path_ = false; variable
3895 force_slow_path_ = FLAG_force_slow_path; in ThrowInternal()