Home
last modified time | relevance | path

Searched refs:ByteInstruction (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/courgette/
Dassembly_program.cc84 class ByteInstruction : public Instruction { class
86 explicit ByteInstruction(uint8 value) : Instruction(DEFBYTE, value) {} in ByteInstruction() function in courgette::__anon9242cf010111::ByteInstruction
416 uint8 b = static_cast<ByteInstruction*>(instruction)->byte_value(); in Encode()
484 new(std::nothrow) ByteInstruction(static_cast<uint8>(i)); in GetByteInstruction()