Searched refs:InstructionWithLabel (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/courgette/
H A Dassembly_program.cc106 class InstructionWithLabel : public Instruction { class in namespace:courgette::__anon8145
108 InstructionWithLabel(OP op, Label* label) function in class:courgette::__anon8145::InstructionWithLabel
119 class InstructionWithLabelARM : public InstructionWithLabel {
123 : InstructionWithLabel(op, label), compressed_op_(compressed_op),
187 return Emit(new(std::nothrow) InstructionWithLabel(REL32, label));
197 return Emit(new(std::nothrow) InstructionWithLabel(ABS32, label));
226 return static_cast<const InstructionWithLabel*>(instruction)->label();
234 static_cast<const InstructionWithLabel*>(instruction)->label();
431 Label* label = static_cast<InstructionWithLabel*>(instruction)->label();
447 Label* label = static_cast<InstructionWithLabel*>(instructio
[all...]

Completed in 76 milliseconds