Home | History | Annotate | Download | only in src

Lines Matching refs:CpuFeatures

181   DCHECK(CpuFeatures::IsSupported(f));
201 bool CpuFeatures::initialized_ = false;
202 unsigned CpuFeatures::supported_ = 0;
203 unsigned CpuFeatures::cache_line_size_ = 0;
1013 Redirect(isolate, FUNCTION_ADDR(CpuFeatures::FlushICache)));
1383 DCHECK(CpuFeatures::initialized_);
1384 return ExternalReference(&CpuFeatures::supported_);