Searched refs:force_slow_path (Results 1 – 8 of 8) sorted by relevance
143 if (isolate->force_slow_path()) return false; in IsUnmodifiedRegExp()
36 V(force_slow_path, "Isolate::force_slow_path_address()") \
219 ExternalReference ExternalReference::force_slow_path(Isolate* isolate) { in force_slow_path() function in v8::internal::ExternalReference
886 DEFINE_BOOL(force_slow_path, false, "always take the slow path for builtins")
1331 bool force_slow_path() const { return force_slow_path_; } in force_slow_path() function
3424 if (isolate->force_slow_path()) return true; in HoleyPrototypeLookupRequired()
1128 ExternalConstant(ExternalReference::force_slow_path(isolate())); in GotoIfForceSlowPath()
2474 if (isolate->force_slow_path()) return true; in IterationHasObservableEffects()