#include <safepoint-table.h>
Definition at line 26 of file safepoint-table.h.
◆ SafepointEntry() [1/2]
v8::internal::SafepointEntry::SafepointEntry |
( |
| ) |
|
|
default |
◆ SafepointEntry() [2/2]
v8::internal::SafepointEntry::SafepointEntry |
( |
int | pc, |
|
|
int | deopt_index, |
|
|
uint32_t | tagged_register_indexes, |
|
|
base::Vector< uint8_t > | tagged_slots, |
|
|
int | trampoline_pc ) |
|
inline |
◆ operator==()
◆ tagged_register_indexes()
uint32_t v8::internal::SafepointEntry::tagged_register_indexes |
( |
| ) |
const |
|
inline |
◆ tagged_slots()
base::Vector< const uint8_t > v8::internal::SafepointEntry::tagged_slots |
( |
| ) |
const |
|
inline |
◆ tagged_register_indexes_
uint32_t v8::internal::SafepointEntry::tagged_register_indexes_ = 0 |
|
private |
◆ tagged_slots_
base::Vector<uint8_t> v8::internal::SafepointEntry::tagged_slots_ |
|
private |
The documentation for this class was generated from the following file: