v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::CpuFeatureScope Class Reference

#include <assembler.h>

Collaboration diagram for v8::internal::CpuFeatureScope:

Public Types

enum  CheckPolicy { kCheckSupported , kDontCheckSupported }
 

Public Member Functions

 CpuFeatureScope (AssemblerBase *assembler, CpuFeature f, CheckPolicy check=kCheckSupported)
 
 ~CpuFeatureScope ()
 

Detailed Description

Definition at line 583 of file assembler.h.

Member Enumeration Documentation

◆ CheckPolicy

Enumerator
kCheckSupported 
kDontCheckSupported 

Definition at line 585 of file assembler.h.

Constructor & Destructor Documentation

◆ CpuFeatureScope()

v8::internal::CpuFeatureScope::CpuFeatureScope ( AssemblerBase * assembler,
CpuFeature f,
CheckPolicy check = kCheckSupported )
inline

Definition at line 599 of file assembler.h.

◆ ~CpuFeatureScope()

v8::internal::CpuFeatureScope::~CpuFeatureScope ( )
inline

Definition at line 601 of file assembler.h.


The documentation for this class was generated from the following file: