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

#include <macro-assembler.h>

Collaboration diagram for v8::internal::ConstantPoolUnavailableScope:

Public Member Functions

 ConstantPoolUnavailableScope (Assembler *assembler)
 
 ~ConstantPoolUnavailableScope ()
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (ConstantPoolUnavailableScope)
 

Private Attributes

Assemblerassembler_
 
int old_constant_pool_available_
 

Detailed Description

Definition at line 186 of file macro-assembler.h.

Constructor & Destructor Documentation

◆ ConstantPoolUnavailableScope()

v8::internal::ConstantPoolUnavailableScope::ConstantPoolUnavailableScope ( Assembler * assembler)
inlineexplicit

Definition at line 188 of file macro-assembler.h.

◆ ~ConstantPoolUnavailableScope()

v8::internal::ConstantPoolUnavailableScope::~ConstantPoolUnavailableScope ( )
inline

Definition at line 196 of file macro-assembler.h.

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

v8::internal::ConstantPoolUnavailableScope::DISALLOW_IMPLICIT_CONSTRUCTORS ( ConstantPoolUnavailableScope )
private

Member Data Documentation

◆ assembler_

Assembler* v8::internal::ConstantPoolUnavailableScope::assembler_
private

Definition at line 203 of file macro-assembler.h.

◆ old_constant_pool_available_

int v8::internal::ConstantPoolUnavailableScope::old_constant_pool_available_
private

Definition at line 204 of file macro-assembler.h.


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