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

#include <store-store-elimination-reducer-inl.h>

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

Public Attributes

OpIndex base
 
int32_t offset
 
uint8_t size
 
IntrusiveSetIndex active_keys_index = {}
 

Detailed Description

Definition at line 96 of file store-store-elimination-reducer-inl.h.

Member Data Documentation

◆ active_keys_index

IntrusiveSetIndex v8::internal::compiler::turboshaft::MaybeRedundantStoresKeyData::active_keys_index = {}

Definition at line 100 of file store-store-elimination-reducer-inl.h.

◆ base

OpIndex v8::internal::compiler::turboshaft::MaybeRedundantStoresKeyData::base

Definition at line 97 of file store-store-elimination-reducer-inl.h.

◆ offset

int32_t v8::internal::compiler::turboshaft::MaybeRedundantStoresKeyData::offset

Definition at line 98 of file store-store-elimination-reducer-inl.h.

◆ size

uint8_t v8::internal::compiler::turboshaft::MaybeRedundantStoresKeyData::size

Definition at line 99 of file store-store-elimination-reducer-inl.h.


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