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

/external/chromium_org/courgette/
H A Dassembly_program.cc91 class BytesInstruction : public Instruction { class in namespace:courgette::__anon8145
93 BytesInstruction(const uint8* values, uint32 len) function in class:courgette::__anon8145::BytesInstruction
183 return Emit(new(std::nothrow) BytesInstruction(values, len));
423 static_cast<BytesInstruction*>(instruction)->byte_values();
424 uint32 len = static_cast<BytesInstruction*>(instruction)->len();
536 BytesInstruction* new_instruction =
537 new(std::nothrow) BytesInstruction(arm_op, op_size);

Completed in 84 milliseconds