#include <label.h>
Definition at line 19 of file label.h.
◆ Distance
◆ Label() [1/3]
v8::internal::Label::Label |
( |
| ) |
|
|
default |
◆ Label() [2/3]
v8::internal::Label::Label |
( |
const Label & | | ) |
|
|
delete |
◆ Label() [3/3]
v8::internal::Label::Label |
( |
Label && | | ) |
|
|
default |
◆ bind_to()
void v8::internal::Label::bind_to |
( |
int | pos | ) |
|
|
inlineprivate |
◆ is_bound()
◆ is_linked()
◆ is_near_linked()
◆ is_unused()
◆ link_to()
void v8::internal::Label::link_to |
( |
int | pos, |
|
|
Distance | distance = kFar ) |
|
inlineprivate |
◆ near_link_pos()
int v8::internal::Label::near_link_pos |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
Label & v8::internal::Label::operator= |
( |
const Label & | | ) |
|
|
delete |
◆ operator=() [2/2]
Label & v8::internal::Label::operator= |
( |
Label && | | ) |
|
|
default |
◆ pos()
int v8::internal::Label::pos |
( |
| ) |
const |
|
inline |
◆ Unuse()
V8_INLINE void v8::internal::Label::Unuse |
( |
| ) |
|
|
inline |
◆ UnuseNear()
V8_INLINE void v8::internal::Label::UnuseNear |
( |
| ) |
|
|
inline |
◆ Assembler
◆ Displacement
◆ RegExpBytecodeGenerator
◆ near_link_pos_
int v8::internal::Label::near_link_pos_ = 0 |
|
private |
◆ pos_
int v8::internal::Label::pos_ = 0 |
|
private |
The documentation for this class was generated from the following file: