#include <string-forwarding-table-inl.h>
◆ Block()
| v8::internal::StringForwardingTable::Block::Block |
( |
int | capacity | ) |
|
|
explicit |
◆ capacity()
| int v8::internal::StringForwardingTable::Block::capacity |
( |
| ) |
const |
|
inline |
◆ New()
◆ operator delete()
| void v8::internal::StringForwardingTable::Block::operator delete |
( |
void * | data | ) |
|
◆ operator new() [1/2]
| void * v8::internal::StringForwardingTable::Block::operator new |
( |
size_t | size | ) |
|
|
delete |
◆ operator new() [2/2]
| void * v8::internal::StringForwardingTable::Block::operator new |
( |
size_t | size, |
|
|
int | capacity ) |
◆ record() [1/2]
| Record * v8::internal::StringForwardingTable::Block::record |
( |
int | index | ) |
|
|
inline |
◆ record() [2/2]
| const Record * v8::internal::StringForwardingTable::Block::record |
( |
int | index | ) |
const |
|
inline |
◆ UpdateAfterFullEvacuation() [1/2]
| void v8::internal::StringForwardingTable::Block::UpdateAfterFullEvacuation |
( |
PtrComprCageBase | cage_base | ) |
|
◆ UpdateAfterFullEvacuation() [2/2]
| void v8::internal::StringForwardingTable::Block::UpdateAfterFullEvacuation |
( |
PtrComprCageBase | cage_base, |
|
|
int | up_to_index ) |
◆ UpdateAfterYoungEvacuation() [1/2]
| void v8::internal::StringForwardingTable::Block::UpdateAfterYoungEvacuation |
( |
PtrComprCageBase | cage_base | ) |
|
◆ UpdateAfterYoungEvacuation() [2/2]
| void v8::internal::StringForwardingTable::Block::UpdateAfterYoungEvacuation |
( |
PtrComprCageBase | cage_base, |
|
|
int | up_to_index ) |
◆ capacity_
| const int v8::internal::StringForwardingTable::Block::capacity_ |
|
private |
◆ elements_
| Record v8::internal::StringForwardingTable::Block::elements_[1] |
|
private |
The documentation for this class was generated from the following files: