Lines Matching defs:detected
607 void OnCompilationStopped(WasmFeatures detected);
728 // Features detected to be used in this module. Features can be detected
797 void UpdateFeatureUseCounts(Isolate* isolate, const WasmFeatures& detected) {
806 if (detected.contains(feature.first)) isolate->CountUsage(feature.second);
1097 WasmFeatures detected;
1098 return VerifyWasmCode(allocator, enabled_features, module, &detected, body);
2997 // Report an error detected in the StreamingDecoder.
3677 void CompilationStateImpl::OnCompilationStopped(WasmFeatures detected) {
3679 detected_features_.Add(detected);