Home
last modified time | relevance | path

Searched refs:detected_features (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.h58 WasmFeatures* detected_features = nullptr; member
74 SETTER(detected_features) in SETTER()
Dliftoff-compiler.cc6602 compiler_options.detected_features ? compiler_options.detected_features in ExecuteLiftoffCompilation()
/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc1178 WasmFeatures detected_features; in CompileLazy() local
1181 &detected_features); in CompileLazy()
1182 compilation_state->OnCompilationStopped(detected_features); in CompileLazy()
1520 WasmFeatures detected_features = WasmFeatures::None(); in ExecuteCompilationUnits() local
1549 &env.value(), wire_bytes.get(), counters, &detected_features); in ExecuteCompilationUnits()
1583 detected_features); in ExecuteCompilationUnits()