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

#include <assembler-arm.h>

Collaboration diagram for v8::internal::Assembler::BlockConstPoolScope:

Public Member Functions

 BlockConstPoolScope (Assembler *assem)
 
 ~BlockConstPoolScope ()
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (BlockConstPoolScope)
 

Private Attributes

Assembler *const assem_
 

Detailed Description

Definition at line 1065 of file assembler-arm.h.

Constructor & Destructor Documentation

◆ BlockConstPoolScope()

v8::internal::Assembler::BlockConstPoolScope::BlockConstPoolScope ( Assembler * assem)
inlineexplicit

Definition at line 1067 of file assembler-arm.h.

◆ ~BlockConstPoolScope()

v8::internal::Assembler::BlockConstPoolScope::~BlockConstPoolScope ( )
inline

Definition at line 1070 of file assembler-arm.h.

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

v8::internal::Assembler::BlockConstPoolScope::DISALLOW_IMPLICIT_CONSTRUCTORS ( BlockConstPoolScope )
private

Member Data Documentation

◆ assem_

Assembler* const v8::internal::Assembler::BlockConstPoolScope::assem_
private

Definition at line 1073 of file assembler-arm.h.


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