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

#include <heap.h>

Collaboration diagram for v8::internal::CodePageMemoryModificationScopeForDebugging:

Public Member Functions

 CodePageMemoryModificationScopeForDebugging (Heap *heap, VirtualMemory *reservation, base::AddressRegion region)
 
 CodePageMemoryModificationScopeForDebugging (MemoryChunkMetadata *chunk)
 
 ~CodePageMemoryModificationScopeForDebugging ()
 

Detailed Description

Definition at line 2563 of file heap.h.

Constructor & Destructor Documentation

◆ CodePageMemoryModificationScopeForDebugging() [1/2]

v8::internal::CodePageMemoryModificationScopeForDebugging::CodePageMemoryModificationScopeForDebugging ( Heap * heap,
VirtualMemory * reservation,
base::AddressRegion region )
explicit

Definition at line 7492 of file heap.cc.

Here is the call graph for this function:

◆ CodePageMemoryModificationScopeForDebugging() [2/2]

v8::internal::CodePageMemoryModificationScopeForDebugging::CodePageMemoryModificationScopeForDebugging ( MemoryChunkMetadata * chunk)
explicit

Definition at line 7501 of file heap.cc.

Here is the call graph for this function:

◆ ~CodePageMemoryModificationScopeForDebugging()

v8::internal::CodePageMemoryModificationScopeForDebugging::~CodePageMemoryModificationScopeForDebugging ( )

Definition at line 7508 of file heap.cc.


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