#include <register-allocator.h>
Definition at line 373 of file register-allocator.h.
◆ UseInterval()
◆ Contains()
◆ end()
◆ FirstGapIndex()
int v8::internal::compiler::UseInterval::FirstGapIndex |
( |
| ) |
const |
|
inline |
◆ Intersect()
◆ LastGapIndex()
int v8::internal::compiler::UseInterval::LastGapIndex |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool v8::internal::compiler::UseInterval::operator!= |
( |
const UseInterval & | other | ) |
const |
|
inline |
◆ operator<()
bool v8::internal::compiler::UseInterval::operator< |
( |
const UseInterval & | other | ) |
const |
|
inline |
◆ operator==()
bool v8::internal::compiler::UseInterval::operator== |
( |
const UseInterval & | other | ) |
const |
|
inline |
◆ PrettyPrint()
void v8::internal::compiler::UseInterval::PrettyPrint |
( |
std::ostream & | os | ) |
const |
|
inline |
◆ set_end()
◆ set_start()
◆ SplitAt()
◆ start()
◆ end_
◆ start_
The documentation for this class was generated from the following file: