Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-test-wasm.cc482 return isolate->heap()->ToBoolean(code && code->is_turbofan()); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h298 bool is_turbofan() const { return tier() == ExecutionTier::kTurbofan; } in is_turbofan() function