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

#include <operations.h>

Collaboration diagram for v8::internal::compiler::turboshaft::SupportedOperations:

Static Public Member Functions

static void Initialize ()
 
static bool IsUnalignedLoadSupported (MemoryRepresentation repr)
 
static bool IsUnalignedStoreSupported (MemoryRepresentation repr)
 

Static Private Attributes

static bool initialized_
 
static base::LazyMutex mutex_ = LAZY_MUTEX_INITIALIZER
 
static SupportedOperations instance_
 

Detailed Description

Definition at line 1344 of file operations.h.

Member Function Documentation

◆ Initialize()

void v8::internal::compiler::turboshaft::SupportedOperations::Initialize ( )
static

Definition at line 1975 of file operations.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsUnalignedLoadSupported()

bool v8::internal::compiler::turboshaft::SupportedOperations::IsUnalignedLoadSupported ( MemoryRepresentation repr)
static

Definition at line 1995 of file operations.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsUnalignedStoreSupported()

bool v8::internal::compiler::turboshaft::SupportedOperations::IsUnalignedStoreSupported ( MemoryRepresentation repr)
static

Definition at line 2001 of file operations.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ initialized_

bool v8::internal::compiler::turboshaft::SupportedOperations::initialized_
staticprivate

Definition at line 1364 of file operations.h.

◆ instance_

SupportedOperations v8::internal::compiler::turboshaft::SupportedOperations::instance_
staticprivate

Definition at line 1366 of file operations.h.

◆ mutex_

base::LazyMutex v8::internal::compiler::turboshaft::SupportedOperations::mutex_ = LAZY_MUTEX_INITIALIZER
staticprivate

Definition at line 1365 of file operations.h.


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