Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-compiler.cc117 WasmFeatures* detected_features() { return &detected_features_; } in detected_features()
155 WasmFeatures detected_features_ = kNoWasmFeatures; member in v8::internal::wasm::CompilationState
856 &detected_features_)) { in RunInternal()
860 compilation_state_->OnBackgroundTaskStopped(detected_features_); in RunInternal()
865 WasmFeatures detected_features_ = kNoWasmFeatures; member in v8::internal::wasm::__anonc090e3370211::BackgroundCompileTask
2943 UnionFeaturesInto(&detected_features_, detected); in OnBackgroundTaskStopped()
2952 UnionFeaturesInto(&detected_features_, detected); in PublishDetectedFeatures()
2953 UpdateFeatureUseCounts(isolate, detected_features_); in PublishDetectedFeatures()