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

#include <materialized-object-store.h>

Collaboration diagram for v8::internal::MaterializedObjectStore:

Public Member Functions

 MaterializedObjectStore (Isolate *isolate)
 
DirectHandle< FixedArrayGet (Address fp)
 
void Set (Address fp, DirectHandle< FixedArray > materialized_objects)
 
bool Remove (Address fp)
 

Private Member Functions

Isolateisolate () const
 
DirectHandle< FixedArrayGetStackEntries ()
 
DirectHandle< FixedArrayEnsureStackEntries (int size)
 
int StackIdToIndex (Address fp)
 

Private Attributes

Isolateisolate_
 
std::vector< Addressframe_fps_
 

Detailed Description

Definition at line 18 of file materialized-object-store.h.

Constructor & Destructor Documentation

◆ MaterializedObjectStore()

v8::internal::MaterializedObjectStore::MaterializedObjectStore ( Isolate * isolate)
inlineexplicit

Definition at line 20 of file materialized-object-store.h.

Member Function Documentation

◆ EnsureStackEntries()

DirectHandle< FixedArray > v8::internal::MaterializedObjectStore::EnsureStackEntries ( int size)
private

Definition at line 66 of file materialized-object-store.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Get()

DirectHandle< FixedArray > v8::internal::MaterializedObjectStore::Get ( Address fp)

Definition at line 15 of file materialized-object-store.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetStackEntries()

DirectHandle< FixedArray > v8::internal::MaterializedObjectStore::GetStackEntries ( )
private

Definition at line 61 of file materialized-object-store.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isolate()

Isolate * v8::internal::MaterializedObjectStore::isolate ( ) const
inlineprivate

Definition at line 27 of file materialized-object-store.h.

Here is the caller graph for this function:

◆ Remove()

bool v8::internal::MaterializedObjectStore::Remove ( Address fp)

Definition at line 37 of file materialized-object-store.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Set()

void v8::internal::MaterializedObjectStore::Set ( Address fp,
DirectHandle< FixedArray > materialized_objects )

Definition at line 25 of file materialized-object-store.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ StackIdToIndex()

int v8::internal::MaterializedObjectStore::StackIdToIndex ( Address fp)
private

Definition at line 54 of file materialized-object-store.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ frame_fps_

std::vector<Address> v8::internal::MaterializedObjectStore::frame_fps_
private

Definition at line 34 of file materialized-object-store.h.

◆ isolate_

Isolate* v8::internal::MaterializedObjectStore::isolate_
private

Definition at line 33 of file materialized-object-store.h.


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