Home
last modified time | relevance | path

Searched refs:force_slow_path_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Disolate.h1330 void set_force_slow_path(bool v) { force_slow_path_ = v; } in set_force_slow_path()
1331 bool force_slow_path() const { return force_slow_path_; } in force_slow_path()
1332 bool* force_slow_path_address() { return &force_slow_path_; } in force_slow_path_address()
1796 bool force_slow_path_; variable
Disolate.cc2503 force_slow_path_(false), in Throw()
2920 force_slow_path_ = FLAG_force_slow_path; in Throw()