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

#include <struct.h>

Inheritance diagram for v8::internal::ClassPositions:
Collaboration diagram for v8::internal::ClassPositions:

Public Member Functions

int start () const
 
void set_start (int value)
 
int end () const
 
void set_end (int value)
 
void BriefPrintDetails (std::ostream &os)
 
- Public Member Functions inherited from v8::internal::StructLayout
void BriefPrintDetails (std::ostream &os)
 
- Public Member Functions inherited from v8::internal::HeapObjectLayout
 HeapObjectLayout ()=delete
 
Tagged< Mapmap () const
 
Tagged< Mapmap (AcquireLoadTag) const
 
MapWord map_word (RelaxedLoadTag) const
 
void set_map (Isolate *isolate, Tagged< Map > value)
 
template<typename IsolateT >
void set_map (IsolateT *isolate, Tagged< Map > value, ReleaseStoreTag)
 
template<typename IsolateT >
void set_map_safe_transition (IsolateT *isolate, Tagged< Map > value, ReleaseStoreTag)
 
void set_map_safe_transition_no_write_barrier (Isolate *isolate, Tagged< Map > value, RelaxedStoreTag=kRelaxedStore)
 
template<typename IsolateT >
void set_map_after_allocation (IsolateT *isolate, Tagged< Map > value, WriteBarrierMode mode=UPDATE_WRITE_BARRIER)
 
void set_map_no_write_barrier (Isolate *isolate, Tagged< Map > value, RelaxedStoreTag=kRelaxedStore)
 
void set_map_word_forwarded (Tagged< HeapObject > target_object, ReleaseStoreTag)
 
void set_map_word_forwarded (Tagged< HeapObject > target_object, RelaxedStoreTag)
 
Address ptr () const
 
Address address () const
 
ReadOnlyRoots EarlyGetReadOnlyRoots () const
 
int Size () const
 
V8_EXPORT_PRIVATE int SizeFromMap (Tagged< Map > map) const
 
WriteBarrierMode GetWriteBarrierMode (const DisallowGarbageCollection &promise)
 

Private Attributes

TaggedMember< Smistart_
 
TaggedMember< Smiend_
 

Friends

class TorqueGeneratedClassPositionsAsserts
 

Additional Inherited Members

- Public Types inherited from v8::internal::StructLayout
using BodyDescriptor = StructBodyDescriptor
 

Detailed Description

Definition at line 118 of file struct.h.

Member Function Documentation

◆ BriefPrintDetails()

void v8::internal::ClassPositions::BriefPrintDetails ( std::ostream & os)

Definition at line 1927 of file objects.cc.

Here is the call graph for this function:

◆ end()

int v8::internal::ClassPositions::end ( ) const
inline

Definition at line 100 of file struct-inl.h.

Here is the caller graph for this function:

◆ set_end()

void v8::internal::ClassPositions::set_end ( int value)
inline

Definition at line 101 of file struct-inl.h.

Here is the call graph for this function:

◆ set_start()

void v8::internal::ClassPositions::set_start ( int value)
inline

Definition at line 96 of file struct-inl.h.

Here is the call graph for this function:

◆ start()

int v8::internal::ClassPositions::start ( ) const
inline

Definition at line 95 of file struct-inl.h.

Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ TorqueGeneratedClassPositionsAsserts

friend class TorqueGeneratedClassPositionsAsserts
friend

Definition at line 133 of file struct.h.

Member Data Documentation

◆ end_

TaggedMember<Smi> v8::internal::ClassPositions::end_
private

Definition at line 136 of file struct.h.

◆ start_

TaggedMember<Smi> v8::internal::ClassPositions::start_
private

Definition at line 135 of file struct.h.


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