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

#include <assembler-arm64.h>

Collaboration diagram for v8::internal::AssemblerZone:

Public Member Functions

 AssemblerZone (const MaybeAssemblerZone &zone)
 
Zoneget () const
 

Private Attributes

std::optional< Zonemaybe_local_zone_ = std::nullopt
 
Zonezone_
 

Detailed Description

Definition at line 167 of file assembler-arm64.h.

Constructor & Destructor Documentation

◆ AssemblerZone()

v8::internal::AssemblerZone::AssemblerZone ( const MaybeAssemblerZone & zone)
inlineexplicit

Definition at line 169 of file assembler-arm64.h.

Member Function Documentation

◆ get()

Zone * v8::internal::AssemblerZone::get ( ) const
inline

Definition at line 180 of file assembler-arm64.h.

Member Data Documentation

◆ maybe_local_zone_

std::optional<Zone> v8::internal::AssemblerZone::maybe_local_zone_ = std::nullopt
private

Definition at line 183 of file assembler-arm64.h.

◆ zone_

Zone* v8::internal::AssemblerZone::zone_
private

Definition at line 184 of file assembler-arm64.h.


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