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

#include <register-allocator.h>

Inheritance diagram for v8::internal::compiler::ReferenceMapPopulator:
Collaboration diagram for v8::internal::compiler::ReferenceMapPopulator:

Public Member Functions

 ReferenceMapPopulator (RegisterAllocationData *data)
 
 ReferenceMapPopulator (const ReferenceMapPopulator &)=delete
 
ReferenceMapPopulatoroperator= (const ReferenceMapPopulator &)=delete
 
void PopulateReferenceMaps ()
 
- 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 Member Functions

RegisterAllocationDatadata () const
 
bool SafePointsAreInOrder () const
 

Private Attributes

RegisterAllocationData *const data_
 

Detailed Description

Definition at line 1717 of file register-allocator.h.

Constructor & Destructor Documentation

◆ ReferenceMapPopulator() [1/2]

v8::internal::compiler::ReferenceMapPopulator::ReferenceMapPopulator ( RegisterAllocationData * data)
explicit

Definition at line 4750 of file register-allocator.cc.

◆ ReferenceMapPopulator() [2/2]

v8::internal::compiler::ReferenceMapPopulator::ReferenceMapPopulator ( const ReferenceMapPopulator & )
delete

Member Function Documentation

◆ data()

RegisterAllocationData * v8::internal::compiler::ReferenceMapPopulator::data ( ) const
inlineprivate

Definition at line 1727 of file register-allocator.h.

Here is the caller graph for this function:

◆ operator=()

ReferenceMapPopulator & v8::internal::compiler::ReferenceMapPopulator::operator= ( const ReferenceMapPopulator & )
delete

◆ PopulateReferenceMaps()

void v8::internal::compiler::ReferenceMapPopulator::PopulateReferenceMaps ( )

Definition at line 4762 of file register-allocator.cc.

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

◆ SafePointsAreInOrder()

bool v8::internal::compiler::ReferenceMapPopulator::SafePointsAreInOrder ( ) const
private

Definition at line 4753 of file register-allocator.cc.

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

Member Data Documentation

◆ data_

RegisterAllocationData* const v8::internal::compiler::ReferenceMapPopulator::data_
private

Definition at line 1731 of file register-allocator.h.


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