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

Public Member Functions

 MapData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< Map > object, ObjectDataKind kind)
 
InstanceType instance_type () const
 
int instance_size () const
 
uint32_t bit_field2 () const
 
uint32_t bit_field3 () const
 
int in_object_properties () const
 
int UnusedPropertyFields () const
 
bool is_abandoned_prototype_map () const
 
- Public Member Functions inherited from v8::internal::compiler::HeapObjectData
 HeapObjectData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< HeapObject > object, ObjectDataKind kind)
 
std::optional< boolTryGetBooleanValue (JSHeapBroker *broker) const
 
ObjectDatamap () const
 
InstanceType GetMapInstanceType () const
 
- Public Member Functions inherited from v8::internal::compiler::ObjectData
 ObjectData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< Object > object, ObjectDataKind kind)
 
IndirectHandle< Objectobject () const
 
ObjectDataKind kind () const
 
bool is_smi () const
 
bool should_access_heap () const
 
bool IsNull () const
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Private Attributes

InstanceType instance_type_
 
int instance_size_
 
uint32_t bit_field2_
 
uint32_t bit_field3_
 
int unused_property_fields_
 
bool is_abandoned_prototype_map_
 
int in_object_properties_
 

Detailed Description

Definition at line 555 of file heap-refs.cc.

Constructor & Destructor Documentation

◆ MapData()

v8::internal::compiler::MapData::MapData ( JSHeapBroker * broker,
ObjectData ** storage,
IndirectHandle< Map > object,
ObjectDataKind kind )

Definition at line 874 of file heap-refs.cc.

Member Function Documentation

◆ bit_field2()

uint32_t v8::internal::compiler::MapData::bit_field2 ( ) const
inline

Definition at line 562 of file heap-refs.cc.

◆ bit_field3()

uint32_t v8::internal::compiler::MapData::bit_field3 ( ) const
inline

Definition at line 563 of file heap-refs.cc.

◆ in_object_properties()

int v8::internal::compiler::MapData::in_object_properties ( ) const
inline

Definition at line 564 of file heap-refs.cc.

Here is the call graph for this function:

◆ instance_size()

int v8::internal::compiler::MapData::instance_size ( ) const
inline

Definition at line 561 of file heap-refs.cc.

◆ instance_type()

InstanceType v8::internal::compiler::MapData::instance_type ( ) const
inline

Definition at line 560 of file heap-refs.cc.

Here is the caller graph for this function:

◆ is_abandoned_prototype_map()

bool v8::internal::compiler::MapData::is_abandoned_prototype_map ( ) const
inline

Definition at line 569 of file heap-refs.cc.

◆ UnusedPropertyFields()

int v8::internal::compiler::MapData::UnusedPropertyFields ( ) const
inline

Definition at line 568 of file heap-refs.cc.

Member Data Documentation

◆ bit_field2_

uint32_t v8::internal::compiler::MapData::bit_field2_
private

Definition at line 580 of file heap-refs.cc.

◆ bit_field3_

uint32_t v8::internal::compiler::MapData::bit_field3_
private

Definition at line 581 of file heap-refs.cc.

◆ in_object_properties_

int v8::internal::compiler::MapData::in_object_properties_
private

Definition at line 584 of file heap-refs.cc.

◆ instance_size_

int v8::internal::compiler::MapData::instance_size_
private

Definition at line 579 of file heap-refs.cc.

◆ instance_type_

InstanceType v8::internal::compiler::MapData::instance_type_
private

Definition at line 578 of file heap-refs.cc.

◆ is_abandoned_prototype_map_

bool v8::internal::compiler::MapData::is_abandoned_prototype_map_
private

Definition at line 583 of file heap-refs.cc.

◆ unused_property_fields_

int v8::internal::compiler::MapData::unused_property_fields_
private

Definition at line 582 of file heap-refs.cc.


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