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

#include <assembler-mips.h>

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

Public Member Functions

 BlockGrowBufferScope (Assembler *assem)
 
 ~BlockGrowBufferScope ()
 
 BlockGrowBufferScope (Assembler *assem)
 
 ~BlockGrowBufferScope ()
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (BlockGrowBufferScope)
 
 DISALLOW_IMPLICIT_CONSTRUCTORS (BlockGrowBufferScope)
 

Private Attributes

Assemblerassem_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ BlockGrowBufferScope() [1/2]

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

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

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

+ Here is the call graph for this function:

◆ ~BlockGrowBufferScope() [1/2]

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

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

983  {
985  }

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

+ Here is the call graph for this function:

◆ BlockGrowBufferScope() [2/2]

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

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

1016  : assem_(assem) {
1018  }

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

+ Here is the call graph for this function:

◆ ~BlockGrowBufferScope() [2/2]

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

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

1019  {
1021  }

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

+ Here is the call graph for this function:

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS() [1/2]

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

◆ DISALLOW_IMPLICIT_CONSTRUCTORS() [2/2]

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

Member Data Documentation

◆ assem_

Assembler * v8::internal::Assembler::BlockGrowBufferScope::assem_
private

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

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


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