#include <register-allocator.h>
Definition at line 1300 of file register-allocator.h.
◆ SpillRange() [1/2]
◆ SpillRange() [2/2]
v8::internal::compiler::SpillRange::SpillRange |
( |
const SpillRange & | | ) |
|
|
delete |
◆ assigned_slot()
int v8::internal::compiler::SpillRange::assigned_slot |
( |
| ) |
const |
|
inline |
◆ byte_width()
int v8::internal::compiler::SpillRange::byte_width |
( |
| ) |
const |
|
inline |
◆ HasSlot()
bool v8::internal::compiler::SpillRange::HasSlot |
( |
| ) |
const |
|
inline |
◆ IsEmpty()
bool v8::internal::compiler::SpillRange::IsEmpty |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ Print()
void v8::internal::compiler::SpillRange::Print |
( |
| ) |
const |
◆ set_assigned_slot()
void v8::internal::compiler::SpillRange::set_assigned_slot |
( |
int | index | ) |
|
|
inline |
◆ TryMerge()
bool v8::internal::compiler::SpillRange::TryMerge |
( |
SpillRange * | other | ) |
|
◆ assigned_slot_
int v8::internal::compiler::SpillRange::assigned_slot_ |
|
private |
◆ byte_width_
int v8::internal::compiler::SpillRange::byte_width_ |
|
private |
◆ intervals_
◆ kUnassignedSlot
const int v8::internal::compiler::SpillRange::kUnassignedSlot = -1 |
|
static |
◆ ranges_
The documentation for this class was generated from the following files: