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

Classes

class  List
 
class  ListNode
 

Functions

void ZapCodeBlock (Address start, int size_in_bytes)
 
void ZapBlock (Address start, size_t size, uintptr_t zap_value)
 
bool ShouldZapGarbage ()
 
uintptr_t ZapValue ()
 

Function Documentation

◆ ShouldZapGarbage()

bool v8::internal::heap::ShouldZapGarbage ( )
inline

Definition at line 18 of file zapping.h.

Here is the caller graph for this function:

◆ ZapBlock()

void v8::internal::heap::ZapBlock ( Address start,
size_t size,
uintptr_t zap_value )

Definition at line 26 of file zapping.cc.

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

◆ ZapCodeBlock()

V8_EXPORT_PRIVATE void v8::internal::heap::ZapCodeBlock ( Address start,
int size_in_bytes )

Definition at line 14 of file zapping.cc.

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

◆ ZapValue()

uintptr_t v8::internal::heap::ZapValue ( )
inline

Definition at line 30 of file zapping.h.

Here is the caller graph for this function: