Searched refs:force_slow_path_ (Results 1 – 2 of 2) sorted by relevance
1324 void set_force_slow_path(bool v) { force_slow_path_ = v; } in set_force_slow_path()1325 bool force_slow_path() const { return force_slow_path_; } in force_slow_path()1326 bool* force_slow_path_address() { return &force_slow_path_; } in force_slow_path_address()1899 bool force_slow_path_ = false; variable
3486 force_slow_path_ = FLAG_force_slow_path; in ThrowInternal()