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

#include <v8-internal.h>

Inheritance diagram for v8::internal::StrongRootAllocatorBase:
Collaboration diagram for v8::internal::StrongRootAllocatorBase:

Public Member Functions

Heapheap () const
 

Protected Member Functions

 StrongRootAllocatorBase (Heap *heap)
 
 StrongRootAllocatorBase (LocalHeap *heap)
 
 StrongRootAllocatorBase (Isolate *isolate)
 
 StrongRootAllocatorBase (v8::Isolate *isolate)
 
 StrongRootAllocatorBase (LocalIsolate *isolate)
 
Addressallocate_impl (size_t n)
 
void deallocate_impl (Address *p, size_t n) noexcept
 

Private Attributes

Heapheap_
 

Friends

bool operator== (const StrongRootAllocatorBase &a, const StrongRootAllocatorBase &b)
 

Detailed Description

Definition at line 1364 of file v8-internal.h.

Constructor & Destructor Documentation

◆ StrongRootAllocatorBase() [1/5]

v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase ( Heap * heap)
inlineexplicitprotected

Definition at line 1376 of file v8-internal.h.

◆ StrongRootAllocatorBase() [2/5]

v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase ( LocalHeap * heap)
explicitprotected

Definition at line 7206 of file heap.cc.

◆ StrongRootAllocatorBase() [3/5]

v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase ( Isolate * isolate)
explicitprotected

Definition at line 7208 of file heap.cc.

◆ StrongRootAllocatorBase() [4/5]

v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase ( v8::Isolate * isolate)
explicitprotected

Definition at line 7210 of file heap.cc.

◆ StrongRootAllocatorBase() [5/5]

v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase ( LocalIsolate * isolate)
explicitprotected

Definition at line 7212 of file heap.cc.

Member Function Documentation

◆ allocate_impl()

Address * v8::internal::StrongRootAllocatorBase::allocate_impl ( size_t n)
protected

Definition at line 7226 of file heap.cc.

Here is the call graph for this function:

◆ deallocate_impl()

void v8::internal::StrongRootAllocatorBase::deallocate_impl ( Address * p,
size_t n )
protectednoexcept

Definition at line 7240 of file heap.cc.

Here is the call graph for this function:

◆ heap()

Heap * v8::internal::StrongRootAllocatorBase::heap ( ) const
inline

Definition at line 1366 of file v8-internal.h.

Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const StrongRootAllocatorBase & a,
const StrongRootAllocatorBase & b )
friend

Definition at line 1368 of file v8-internal.h.

Member Data Documentation

◆ heap_

Heap* v8::internal::StrongRootAllocatorBase::heap_
private

Definition at line 1387 of file v8-internal.h.


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