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

#include <assembler-ppc.h>

Collaboration diagram for v8::internal::Assembler::BlockConstantPoolEntrySharingScope:

Public Member Functions

 BlockConstantPoolEntrySharingScope (Assembler *assem)
 
 ~BlockConstantPoolEntrySharingScope ()
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (BlockConstantPoolEntrySharingScope)
 

Private Attributes

Assemblerassem_
 

Detailed Description

Definition at line 1219 of file assembler-ppc.h.

Constructor & Destructor Documentation

◆ BlockConstantPoolEntrySharingScope()

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

Definition at line 1221 of file assembler-ppc.h.

◆ ~BlockConstantPoolEntrySharingScope()

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

Definition at line 1225 of file assembler-ppc.h.

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

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

Member Data Documentation

◆ assem_

Assembler* v8::internal::Assembler::BlockConstantPoolEntrySharingScope::assem_
private

Definition at line 1230 of file assembler-ppc.h.


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