Lines Matching refs:RawMachineLabel
23 class RawMachineLabel; variable
771 void Goto(RawMachineLabel* label);
772 void Branch(Node* condition, RawMachineLabel* true_val,
773 RawMachineLabel* false_val);
774 void Switch(Node* index, RawMachineLabel* default_label,
775 const int32_t* case_values, RawMachineLabel** case_labels,
783 void Bind(RawMachineLabel* label);
790 void Continuations(Node* call, RawMachineLabel* if_success,
791 RawMachineLabel* if_exception);
825 BasicBlock* Use(RawMachineLabel* label);
826 BasicBlock* EnsureBlock(RawMachineLabel* label);
844 class V8_EXPORT_PRIVATE RawMachineLabel final {
848 explicit RawMachineLabel(Type type = kNonDeferred)
850 ~RawMachineLabel();
858 DISALLOW_COPY_AND_ASSIGN(RawMachineLabel);