Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dexternal-reference.cc371 return ExternalReference(isolate->force_slow_path_address()); in force_slow_path()
/third_party/node/deps/v8/src/execution/
Disolate.h1524 bool* force_slow_path_address() { return &force_slow_path_; } in force_slow_path_address() function