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

#include <slots.h>

Inheritance diagram for v8::internal::WriteProtectedSlot< SlotT >:
Collaboration diagram for v8::internal::WriteProtectedSlot< SlotT >:

Public Types

using TObject = typename SlotT::TObject
 

Public Member Functions

 WriteProtectedSlot (WritableJitAllocation &jit_allocation, Address ptr)
 
TObject Relaxed_Load () const
 
TObject Relaxed_Load (PtrComprCageBase cage_base) const
 
void Relaxed_Store (TObject value) const
 

Private Attributes

WritableJitAllocationjit_allocation_
 

Detailed Description

template<typename SlotT>
class v8::internal::WriteProtectedSlot< SlotT >

Definition at line 561 of file slots.h.

Member Typedef Documentation

◆ TObject

template<typename SlotT >
using v8::internal::WriteProtectedSlot< SlotT >::TObject = typename SlotT::TObject

Definition at line 563 of file slots.h.

Constructor & Destructor Documentation

◆ WriteProtectedSlot()

template<typename SlotT >
v8::internal::WriteProtectedSlot< SlotT >::WriteProtectedSlot ( WritableJitAllocation & jit_allocation,
Address ptr )
inlineexplicit

Definition at line 566 of file slots.h.

Member Function Documentation

◆ Relaxed_Load() [1/2]

template<typename SlotT >
TObject v8::internal::WriteProtectedSlot< SlotT >::Relaxed_Load ( ) const
inline

Definition at line 570 of file slots.h.

◆ Relaxed_Load() [2/2]

template<typename SlotT >
TObject v8::internal::WriteProtectedSlot< SlotT >::Relaxed_Load ( PtrComprCageBase cage_base) const
inline

Definition at line 571 of file slots.h.

◆ Relaxed_Store()

template<typename SlotT >
void v8::internal::WriteProtectedSlot< SlotT >::Relaxed_Store ( TObject value) const
inline

Definition at line 469 of file slots-inl.h.

Member Data Documentation

◆ jit_allocation_

template<typename SlotT >
WritableJitAllocation& v8::internal::WriteProtectedSlot< SlotT >::jit_allocation_
private

Definition at line 578 of file slots.h.


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