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

#include <code-memory-access.h>

Collaboration diagram for v8::internal::ThreadIsolation::JitAllocation:

Public Member Functions

 JitAllocation (size_t size, JitAllocationType type)
 
size_t Size () const
 
JitAllocationType Type () const
 

Private Attributes

size_t size_
 
JitAllocationType type_
 

Detailed Description

Definition at line 252 of file code-memory-access.h.

Constructor & Destructor Documentation

◆ JitAllocation()

v8::internal::ThreadIsolation::JitAllocation::JitAllocation ( size_t size,
JitAllocationType type )
inlineexplicit

Definition at line 254 of file code-memory-access.h.

Member Function Documentation

◆ Size()

size_t v8::internal::ThreadIsolation::JitAllocation::Size ( ) const
inline

Definition at line 256 of file code-memory-access.h.

◆ Type()

JitAllocationType v8::internal::ThreadIsolation::JitAllocation::Type ( ) const
inline

Definition at line 257 of file code-memory-access.h.

Member Data Documentation

◆ size_

size_t v8::internal::ThreadIsolation::JitAllocation::size_
private

Definition at line 260 of file code-memory-access.h.

◆ type_

JitAllocationType v8::internal::ThreadIsolation::JitAllocation::type_
private

Definition at line 261 of file code-memory-access.h.


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