V8 Project
v8::internal::BASE_EMBEDDED< Visitor >::ConstantPoolEntry Struct Reference
+ Collaboration diagram for v8::internal::BASE_EMBEDDED< Visitor >::ConstantPoolEntry:

Public Member Functions

 ConstantPoolEntry (RelocInfo rinfo, ConstantPoolArray::LayoutSection section, int merged_index)
 

Public Attributes

RelocInfo rinfo_
 
ConstantPoolArray::LayoutSection section_
 
int merged_index_
 

Detailed Description

template<class Visitor>
struct v8::internal::BASE_EMBEDDED< Visitor >::ConstantPoolEntry

Definition at line 683 of file assembler-arm.h.

Constructor & Destructor Documentation

◆ ConstantPoolEntry()

template<class Visitor >
v8::internal::BASE_EMBEDDED< Visitor >::ConstantPoolEntry::ConstantPoolEntry ( RelocInfo  rinfo,
ConstantPoolArray::LayoutSection  section,
int  merged_index 
)
inline

Definition at line 684 of file assembler-arm.h.

Member Data Documentation

◆ merged_index_

template<class Visitor >
int v8::internal::BASE_EMBEDDED< Visitor >::ConstantPoolEntry::merged_index_

Definition at line 690 of file assembler-arm.h.

◆ rinfo_

template<class Visitor >
RelocInfo v8::internal::BASE_EMBEDDED< Visitor >::ConstantPoolEntry::rinfo_

Definition at line 688 of file assembler-arm.h.

◆ section_

template<class Visitor >
ConstantPoolArray::LayoutSection v8::internal::BASE_EMBEDDED< Visitor >::ConstantPoolEntry::section_

Definition at line 689 of file assembler-arm.h.


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