#include <cpu-features.h>
Definition at line 108 of file cpu-features.h.
◆ CpuFeatures()
| v8::internal::CpuFeatures::CpuFeatures |
( |
const CpuFeatures & | | ) |
|
|
delete |
◆ dcache_line_size()
| static unsigned v8::internal::CpuFeatures::dcache_line_size |
( |
| ) |
|
|
inlinestatic |
◆ FlushICache()
| void v8::internal::CpuFeatures::FlushICache |
( |
void * | start, |
|
|
size_t | size ) |
|
staticprivate |
◆ icache_line_size()
| static unsigned v8::internal::CpuFeatures::icache_line_size |
( |
| ) |
|
|
inlinestatic |
◆ IsSupported()
◆ operator=()
◆ PrintFeatures()
| void v8::internal::CpuFeatures::PrintFeatures |
( |
| ) |
|
|
static |
◆ PrintTarget()
| void v8::internal::CpuFeatures::PrintTarget |
( |
| ) |
|
|
static |
◆ Probe()
| static void v8::internal::CpuFeatures::Probe |
( |
bool | cross_compile | ) |
|
|
inlinestatic |
◆ ProbeImpl()
| void v8::internal::CpuFeatures::ProbeImpl |
( |
bool | cross_compile | ) |
|
|
staticprivate |
◆ SetSupported()
| static void v8::internal::CpuFeatures::SetSupported |
( |
CpuFeature | f | ) |
|
|
inlinestatic |
◆ SetUnsupported()
| static void v8::internal::CpuFeatures::SetUnsupported |
( |
CpuFeature | f | ) |
|
|
inlinestatic |
◆ SupportedFeatures()
| static unsigned v8::internal::CpuFeatures::SupportedFeatures |
( |
| ) |
|
|
inlinestatic |
◆ SupportsOptimizer()
| bool v8::internal::CpuFeatures::SupportsOptimizer |
( |
| ) |
|
|
inlinestatic |
◆ SupportsWasmSimd128()
| bool v8::internal::CpuFeatures::SupportsWasmSimd128 |
( |
| ) |
|
|
static |
◆ ExternalReference
◆ FlushInstructionCache
◆ dcache_line_size_
| unsigned v8::internal::CpuFeatures::dcache_line_size_ = 0 |
|
staticprivate |
◆ icache_line_size_
| unsigned v8::internal::CpuFeatures::icache_line_size_ = 0 |
|
staticprivate |
◆ initialized_
| bool v8::internal::CpuFeatures::initialized_ = false |
|
staticprivate |
◆ supported_
| unsigned v8::internal::CpuFeatures::supported_ = 0 |
|
staticprivate |
◆ supports_cetss_
| bool v8::internal::CpuFeatures::supports_cetss_ = false |
|
staticprivate |
◆ supports_wasm_simd_128_
| bool v8::internal::CpuFeatures::supports_wasm_simd_128_ = false |
|
staticprivate |
The documentation for this class was generated from the following files: