Lines Matching refs:RawMachineLabel
31 class RawMachineLabel;
1019 void Goto(RawMachineLabel* label);
1020 void Branch(Node* condition, RawMachineLabel* true_val,
1021 RawMachineLabel* false_val);
1022 void Switch(Node* index, RawMachineLabel* default_label,
1023 const int32_t* case_values, RawMachineLabel** case_labels,
1034 void Bind(RawMachineLabel* label);
1043 void Bind(RawMachineLabel* label, AssemblerDebugInfo info);
1051 void Continuations(Node* call, RawMachineLabel* if_success,
1052 RawMachineLabel* if_exception);
1090 BasicBlock* Use(RawMachineLabel* label);
1091 BasicBlock* EnsureBlock(RawMachineLabel* label);
1126 class V8_EXPORT_PRIVATE RawMachineLabel final {
1130 explicit RawMachineLabel(Type type = kNonDeferred)
1132 ~RawMachineLabel();
1133 RawMachineLabel(const RawMachineLabel&) = delete;
1134 RawMachineLabel& operator=(const RawMachineLabel&) = delete;