Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.h75 bool has_wasm_calls() const { return has_wasm_calls_; } in has_wasm_calls()
277 bool has_wasm_calls_ = false; variable
Djs-call-reducer.cc3577 has_wasm_calls_ = true; in ReduceCallWasmFunction()