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

#include <macro-assembler.h>

Collaboration diagram for v8::internal::FrameAndConstantPoolScope:

Public Member Functions

 FrameAndConstantPoolScope (MacroAssembler *masm, StackFrame::Type type)
 
 ~FrameAndConstantPoolScope ()
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (FrameAndConstantPoolScope)
 

Private Attributes

MacroAssemblermasm_
 
StackFrame::Type type_
 
bool old_has_frame_
 
bool old_constant_pool_available_
 

Detailed Description

Definition at line 151 of file macro-assembler.h.

Constructor & Destructor Documentation

◆ FrameAndConstantPoolScope()

v8::internal::FrameAndConstantPoolScope::FrameAndConstantPoolScope ( MacroAssembler * masm,
StackFrame::Type type )
inline

Definition at line 153 of file macro-assembler.h.

Here is the call graph for this function:

◆ ~FrameAndConstantPoolScope()

v8::internal::FrameAndConstantPoolScope::~FrameAndConstantPoolScope ( )
inline

Definition at line 168 of file macro-assembler.h.

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

v8::internal::FrameAndConstantPoolScope::DISALLOW_IMPLICIT_CONSTRUCTORS ( FrameAndConstantPoolScope )
private

Member Data Documentation

◆ masm_

MacroAssembler* v8::internal::FrameAndConstantPoolScope::masm_
private

Definition at line 177 of file macro-assembler.h.

◆ old_constant_pool_available_

bool v8::internal::FrameAndConstantPoolScope::old_constant_pool_available_
private

Definition at line 180 of file macro-assembler.h.

◆ old_has_frame_

bool v8::internal::FrameAndConstantPoolScope::old_has_frame_
private

Definition at line 179 of file macro-assembler.h.

◆ type_

StackFrame::Type v8::internal::FrameAndConstantPoolScope::type_
private

Definition at line 178 of file macro-assembler.h.


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