Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dmacro-assembler.h206 masm->set_root_array_available(false); in NoRootArrayScope()
209 ~NoRootArrayScope() { masm_->set_root_array_available(old_value_); } in ~NoRootArrayScope()
Dturbo-assembler.h49 void set_root_array_available(bool v) { root_array_available_ = v; } in set_root_array_available() function