構成 | Public 型 | Static Public メソッド | Static Private 変数

クラス v8::internal::CpuFeatures

#include <assembler-ia32.h>

v8::internal::AllStaticを継承しています。

すべてのメンバ一覧

構成

class  BASE_EMBEDDED

Public 型

enum  Feature { SSE2 = 26, CMOV = 15, RDTSC = 4, CPUID = 10 }

Static Public メソッド

static void Probe ()
static bool IsSupported (Feature f)
static bool IsEnabled (Feature f)

Static Private 変数

static uint32_t supported_ = 0
static uint32_t enabled_ = 0

説明

assembler-ia32.h333 行で定義されています。


列挙型

列挙型の値:
SSE2 
CMOV 
RDTSC 
CPUID 

assembler-ia32.h338 行で定義されています。


関数

static bool v8::internal::CpuFeatures::IsEnabled ( Feature  f  )  [inline, static]
static bool v8::internal::CpuFeatures::IsSupported ( Feature  f  )  [inline, static]

assembler-ia32.h343 行で定義されています。

参照先 supported_.

void v8::internal::CpuFeatures::Probe (  )  [static]

変数

uint32_t v8::internal::CpuFeatures::enabled_ = 0 [static, private]

assembler-ia32.h365 行で定義されています。

参照元 IsEnabled().

uint32_t v8::internal::CpuFeatures::supported_ = 0 [static, private]

assembler-ia32.h364 行で定義されています。

参照元 IsSupported(), と Probe().


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義