V8 Project
v8::internal::MacroAssembler::NoUseRealAbortsScope Class Reference

#include <macro-assembler-arm64.h>

+ Collaboration diagram for v8::internal::MacroAssembler::NoUseRealAbortsScope:

Public Member Functions

 NoUseRealAbortsScope (MacroAssembler *masm)
 
 ~NoUseRealAbortsScope ()
 

Private Attributes

bool saved_
 
MacroAssemblermasm_
 

Detailed Description

Definition at line 1286 of file macro-assembler-arm64.h.

Constructor & Destructor Documentation

◆ NoUseRealAbortsScope()

v8::internal::MacroAssembler::NoUseRealAbortsScope::NoUseRealAbortsScope ( MacroAssembler masm)
inlineexplicit

◆ ~NoUseRealAbortsScope()

v8::internal::MacroAssembler::NoUseRealAbortsScope::~NoUseRealAbortsScope ( )
inline

Definition at line 1292 of file macro-assembler-arm64.h.

1292  {
1294  }

References masm_, saved_, and v8::internal::MacroAssembler::use_real_aborts_.

Member Data Documentation

◆ masm_

MacroAssembler* v8::internal::MacroAssembler::NoUseRealAbortsScope::masm_
private

Definition at line 1297 of file macro-assembler-arm64.h.

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

◆ saved_

bool v8::internal::MacroAssembler::NoUseRealAbortsScope::saved_
private

Definition at line 1296 of file macro-assembler-arm64.h.

Referenced by ~NoUseRealAbortsScope().


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