#include <wasm-code-manager.h>
Definition at line 512 of file wasm-code-manager.h.
◆ WasmCodeAllocator()
v8::internal::wasm::WasmCodeAllocator::WasmCodeAllocator |
( |
std::shared_ptr< Counters > | async_counters | ) |
|
|
explicit |
◆ ~WasmCodeAllocator()
v8::internal::wasm::WasmCodeAllocator::~WasmCodeAllocator |
( |
| ) |
|
◆ AllocateForCode()
◆ AllocateForCodeInRegion()
◆ AllocateForWrapper()
base::Vector< uint8_t > v8::internal::wasm::WasmCodeAllocator::AllocateForWrapper |
( |
size_t | size | ) |
|
◆ committed_code_space()
size_t v8::internal::wasm::WasmCodeAllocator::committed_code_space |
( |
| ) |
const |
|
inline |
◆ counters()
Counters * v8::internal::wasm::WasmCodeAllocator::counters |
( |
| ) |
const |
|
inline |
◆ FreeCode()
◆ freed_code_size()
size_t v8::internal::wasm::WasmCodeAllocator::freed_code_size |
( |
| ) |
const |
|
inline |
◆ generated_code_size()
size_t v8::internal::wasm::WasmCodeAllocator::generated_code_size |
( |
| ) |
const |
|
inline |
◆ GetNumCodeSpaces()
size_t v8::internal::wasm::WasmCodeAllocator::GetNumCodeSpaces |
( |
| ) |
const |
◆ Init()
◆ InitializeCodeRange()
◆ async_counters_
std::shared_ptr<Counters> v8::internal::wasm::WasmCodeAllocator::async_counters_ |
|
private |
◆ committed_code_space_
std::atomic<size_t> v8::internal::wasm::WasmCodeAllocator::committed_code_space_ {0} |
|
private |
◆ free_code_space_
◆ freed_code_size_
std::atomic<size_t> v8::internal::wasm::WasmCodeAllocator::freed_code_size_ {0} |
|
private |
◆ freed_code_space_
◆ generated_code_size_
std::atomic<size_t> v8::internal::wasm::WasmCodeAllocator::generated_code_size_ {0} |
|
private |
◆ owned_code_space_
std::vector<VirtualMemory> v8::internal::wasm::WasmCodeAllocator::owned_code_space_ |
|
private |
The documentation for this class was generated from the following files: