InstructionWithLabel  108 courgette/assembly_program.cc   InstructionWithLabel(OP op, Label* label)
InstructionWithLabel  119 courgette/assembly_program.cc class InstructionWithLabelARM : public InstructionWithLabel {
InstructionWithLabel  123 courgette/assembly_program.cc     : InstructionWithLabel(op, label), compressed_op_(compressed_op),
InstructionWithLabel  187 courgette/assembly_program.cc   return Emit(new(std::nothrow) InstructionWithLabel(REL32, label));
InstructionWithLabel  197 courgette/assembly_program.cc   return Emit(new(std::nothrow) InstructionWithLabel(ABS32, label));
InstructionWithLabel  226 courgette/assembly_program.cc     return static_cast<const InstructionWithLabel*>(instruction)->label();
InstructionWithLabel  234 courgette/assembly_program.cc         static_cast<const InstructionWithLabel*>(instruction)->label();
InstructionWithLabel  431 courgette/assembly_program.cc         Label* label = static_cast<InstructionWithLabel*>(instruction)->label();
InstructionWithLabel  447 courgette/assembly_program.cc         Label* label = static_cast<InstructionWithLabel*>(instruction)->label();