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

#include <pointer-policies.h>

Inheritance diagram for cppgc::internal::SameThreadEnabledCheckingPolicy< kCheckOffHeapAssignments >:
Collaboration diagram for cppgc::internal::SameThreadEnabledCheckingPolicy< kCheckOffHeapAssignments >:

Classes

struct  CheckPointersImplTrampoline
 
struct  CheckPointersImplTrampoline< T, true >
 

Protected Member Functions

template<typename T >
V8_INLINE void CheckPointer (RawPointer raw_pointer)
 
template<typename T >
void CheckPointer (const T *ptr)
 

Additional Inherited Members

- Private Member Functions inherited from cppgc::internal::SameThreadEnabledCheckingPolicyBase
void CheckPointerImpl (const void *ptr, bool points_to_payload, bool check_off_heap_assignments)
 
- Private Attributes inherited from cppgc::internal::SameThreadEnabledCheckingPolicyBase
const HeapBaseheap_ = nullptr
 

Detailed Description

template<bool kCheckOffHeapAssignments>
class cppgc::internal::SameThreadEnabledCheckingPolicy< kCheckOffHeapAssignments >

Definition at line 130 of file pointer-policies.h.

Member Function Documentation

◆ CheckPointer() [1/2]

template<bool kCheckOffHeapAssignments>
template<typename T >
void cppgc::internal::SameThreadEnabledCheckingPolicy< kCheckOffHeapAssignments >::CheckPointer ( const T * ptr)
inlineprotected

Definition at line 152 of file pointer-policies.h.

◆ CheckPointer() [2/2]

template<bool kCheckOffHeapAssignments>
template<typename T >
V8_INLINE void cppgc::internal::SameThreadEnabledCheckingPolicy< kCheckOffHeapAssignments >::CheckPointer ( RawPointer raw_pointer)
inlineprotected

Definition at line 134 of file pointer-policies.h.

Here is the call graph for this function:

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