Lines Matching refs:RawMachineLabel
535 void RawMachineAssembler::Goto(RawMachineLabel* label) {
542 void RawMachineAssembler::Branch(Node* condition, RawMachineLabel* true_val,
543 RawMachineLabel* false_val) {
559 void RawMachineAssembler::Continuations(Node* call, RawMachineLabel* if_success,
560 RawMachineLabel* if_exception) {
567 void RawMachineAssembler::Switch(Node* index, RawMachineLabel* default_label,
569 RawMachineLabel** case_labels,
789 BasicBlock* RawMachineAssembler::Use(RawMachineLabel* label) {
794 BasicBlock* RawMachineAssembler::EnsureBlock(RawMachineLabel* label) {
801 void RawMachineAssembler::Bind(RawMachineLabel* label) {
810 void RawMachineAssembler::Bind(RawMachineLabel* label,
871 RawMachineLabel::~RawMachineLabel() {