#include <code-assembler.h>
Definition at line 1792 of file code-assembler.h.
◆ CodeAssemblerParameterizedLabelBase()
◆ AddInputs()
void v8::internal::compiler::CodeAssemblerParameterizedLabelBase::AddInputs |
( |
std::vector< Node * > | inputs | ) |
|
|
protected |
◆ CreatePhi()
Node * v8::internal::compiler::CodeAssemblerParameterizedLabelBase::CreatePhi |
( |
MachineRepresentation | rep, |
|
|
const std::vector< Node * > & | inputs ) |
|
protected |
◆ CreatePhis()
const std::vector< Node * > & v8::internal::compiler::CodeAssemblerParameterizedLabelBase::CreatePhis |
( |
std::vector< MachineRepresentation > | representations | ) |
|
|
protected |
◆ is_used()
bool v8::internal::compiler::CodeAssemblerParameterizedLabelBase::is_used |
( |
| ) |
const |
|
inline |
◆ plain_label()
CodeAssemblerLabel * v8::internal::compiler::CodeAssemblerParameterizedLabelBase::plain_label |
( |
| ) |
|
|
inlineprotected |
◆ phi_inputs_
std::vector<std::vector<Node*> > v8::internal::compiler::CodeAssemblerParameterizedLabelBase::phi_inputs_ |
|
private |
◆ phi_nodes_
std::vector<Node*> v8::internal::compiler::CodeAssemblerParameterizedLabelBase::phi_nodes_ |
|
private |
◆ plain_label_
CodeAssemblerLabel v8::internal::compiler::CodeAssemblerParameterizedLabelBase::plain_label_ |
|
private |
◆ state_
The documentation for this class was generated from the following files: