V8 Project
v8::internal::Assembler::BlockConstPoolScope Class Reference

#include <assembler-arm.h>

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

Public Member Functions

 BlockConstPoolScope (Assembler *assem)
 
 ~BlockConstPoolScope ()
 
 BlockConstPoolScope (Assembler *assem)
 
 ~BlockConstPoolScope ()
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (BlockConstPoolScope)
 
 DISALLOW_IMPLICIT_CONSTRUCTORS (BlockConstPoolScope)
 

Private Attributes

Assemblerassem_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ BlockConstPoolScope() [1/2]

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

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

1340  : assem_(assem) {
1342  }

References assem_, and v8::internal::Assembler::StartBlockConstPool().

+ Here is the call graph for this function:

◆ ~BlockConstPoolScope() [1/2]

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

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

1343  {
1345  }

References assem_, and v8::internal::Assembler::EndBlockConstPool().

+ Here is the call graph for this function:

◆ BlockConstPoolScope() [2/2]

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

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

1876  : assem_(assem) {
1878  }

References assem_, and v8::internal::Assembler::StartBlockConstPool().

+ Here is the call graph for this function:

◆ ~BlockConstPoolScope() [2/2]

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

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

1879  {
1881  }

References assem_, and v8::internal::Assembler::EndBlockConstPool().

+ Here is the call graph for this function:

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS() [1/2]

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

◆ DISALLOW_IMPLICIT_CONSTRUCTORS() [2/2]

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

Member Data Documentation

◆ assem_

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

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

Referenced by BlockConstPoolScope(), and ~BlockConstPoolScope().


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