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

#include <assembler-mips.h>

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

Public Member Functions

 BlockTrampolinePoolScope (Assembler *assem)
 
 ~BlockTrampolinePoolScope ()
 
 BlockTrampolinePoolScope (Assembler *assem)
 
 ~BlockTrampolinePoolScope ()
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (BlockTrampolinePoolScope)
 
 DISALLOW_IMPLICIT_CONSTRUCTORS (BlockTrampolinePoolScope)
 

Private Attributes

Assemblerassem_
 

Detailed Description

Definition at line 959 of file assembler-mips.h.

Constructor & Destructor Documentation

◆ BlockTrampolinePoolScope() [1/2]

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

Definition at line 961 of file assembler-mips.h.

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

+ Here is the call graph for this function:

◆ ~BlockTrampolinePoolScope() [1/2]

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

Definition at line 964 of file assembler-mips.h.

964  {
966  }

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

+ Here is the call graph for this function:

◆ BlockTrampolinePoolScope() [2/2]

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

Definition at line 997 of file assembler-mips64.h.

997  : assem_(assem) {
999  }

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

+ Here is the call graph for this function:

◆ ~BlockTrampolinePoolScope() [2/2]

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

Definition at line 1000 of file assembler-mips64.h.

1000  {
1002  }

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

+ Here is the call graph for this function:

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS() [1/2]

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

◆ DISALLOW_IMPLICIT_CONSTRUCTORS() [2/2]

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

Member Data Documentation

◆ assem_

Assembler * v8::internal::Assembler::BlockTrampolinePoolScope::assem_
private

Definition at line 969 of file assembler-mips.h.

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


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