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

Public Attributes

int32_t offset = 0
 
uint32_t count = 0
 

Detailed Description

Definition at line 17 of file use-map.h.

Member Data Documentation

◆ count

uint32_t v8::internal::compiler::turboshaft::UseMap::PerOperationUses::count = 0

Definition at line 23 of file use-map.h.

◆ offset

int32_t v8::internal::compiler::turboshaft::UseMap::PerOperationUses::offset = 0

Definition at line 22 of file use-map.h.


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