assembly_program.cc | 122 const uint8* arm_op, uint16 op_size) 124 arm_op_(arm_op), op_size_(op_size) { 128 const uint8* arm_op() const { return arm_op_; } function in class:courgette::__anon8316::InstructionWithLabelARM 191 const uint8* arm_op, uint16 op_size) { 193 arm_op, op_size)); 529 const uint8* arm_op = local 530 static_cast<InstructionWithLabelARM*>(instruction)->arm_op(); 537 new(std::nothrow) BytesInstruction(arm_op, op_size);
|