V8 Project
v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL Class Reference
+ Collaboration diagram for v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL:

Public Member Functions

 ThreadLocal ()
 
void Clear ()
 
bool Initialize (Isolate *isolate)
 

Public Attributes

uintptr_t real_jslimit_
 
uintptr_t jslimit_
 
uintptr_t real_climit_
 
uintptr_t climit_
 
PostponeInterruptsScopepostpone_interrupts_
 
int interrupt_flags_
 

Detailed Description

template<LOperand::Kind kOperandKind, int kNumCachedOperands>
class v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL

Definition at line 236 of file execution.h.

Member Function Documentation

◆ Clear()

template<LOperand::Kind kOperandKind, int kNumCachedOperands>
void v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::Clear ( )

◆ Initialize()

template<LOperand::Kind kOperandKind, int kNumCachedOperands>
bool v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::Initialize ( Isolate isolate)

◆ ThreadLocal()

template<LOperand::Kind kOperandKind, int kNumCachedOperands>
v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::ThreadLocal ( )
inline

Definition at line 238 of file execution.h.

238 { Clear(); }

Member Data Documentation

◆ climit_

template<LOperand::Kind kOperandKind, int kNumCachedOperands>
uintptr_t v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::climit_

Definition at line 258 of file execution.h.

◆ interrupt_flags_

template<LOperand::Kind kOperandKind, int kNumCachedOperands>
int v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::interrupt_flags_

Definition at line 261 of file execution.h.

◆ jslimit_

template<LOperand::Kind kOperandKind, int kNumCachedOperands>
uintptr_t v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::jslimit_

Definition at line 256 of file execution.h.

◆ postpone_interrupts_

template<LOperand::Kind kOperandKind, int kNumCachedOperands>
PostponeInterruptsScope* v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::postpone_interrupts_

Definition at line 260 of file execution.h.

◆ real_climit_

template<LOperand::Kind kOperandKind, int kNumCachedOperands>
uintptr_t v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::real_climit_

Definition at line 257 of file execution.h.

◆ real_jslimit_

template<LOperand::Kind kOperandKind, int kNumCachedOperands>
uintptr_t v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::real_jslimit_

Definition at line 255 of file execution.h.


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