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

#include <base-page-handle.h>

Inheritance diagram for cppgc::internal::BasePageHandle:
Collaboration diagram for cppgc::internal::BasePageHandle:

Public Member Functions

HeapHandleheap_handle ()
 
const HeapHandleheap_handle () const
 

Static Public Member Functions

static V8_INLINE BasePageHandleFromPayload (void *payload)
 
static V8_INLINE const BasePageHandleFromPayload (const void *payload)
 

Protected Member Functions

 BasePageHandle (HeapHandle &heap_handle)
 

Protected Attributes

HeapHandleheap_handle_
 

Detailed Description

Definition at line 18 of file base-page-handle.h.

Constructor & Destructor Documentation

◆ BasePageHandle()

cppgc::internal::BasePageHandle::BasePageHandle ( HeapHandle & heap_handle)
inlineexplicitprotected

Definition at line 32 of file base-page-handle.h.

Member Function Documentation

◆ FromPayload() [1/2]

static V8_INLINE const BasePageHandle * cppgc::internal::BasePageHandle::FromPayload ( const void * payload)
inlinestatic

Definition at line 24 of file base-page-handle.h.

Here is the call graph for this function:

◆ FromPayload() [2/2]

static V8_INLINE BasePageHandle * cppgc::internal::BasePageHandle::FromPayload ( void * payload)
inlinestatic

Definition at line 20 of file base-page-handle.h.

Here is the caller graph for this function:

◆ heap_handle() [1/2]

HeapHandle & cppgc::internal::BasePageHandle::heap_handle ( )
inline

Definition at line 28 of file base-page-handle.h.

◆ heap_handle() [2/2]

const HeapHandle & cppgc::internal::BasePageHandle::heap_handle ( ) const
inline

Definition at line 29 of file base-page-handle.h.

Member Data Documentation

◆ heap_handle_

HeapHandle& cppgc::internal::BasePageHandle::heap_handle_
protected

Definition at line 37 of file base-page-handle.h.


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