Lines Matching full:instruction
21 class Instruction;
23 typedef NoThrowBuffer<Instruction*> InstructionVector;
83 // Following instruction will be assembled at address 'rva'.
86 // Generates a single byte of data or machine instruction.
116 // Accessor for instruction list.
121 // Returns the label if the instruction contains and absolute address,
123 Label* InstructionAbs32Label(const Instruction* instruction) const;
125 // Returns the label if the instruction contains and rel32 offset,
127 Label* InstructionRel32Label(const Instruction* instruction) const;
138 CheckBool Emit(Instruction* instruction) WARN_UNUSED_RESULT;
151 Instruction* GetByteInstruction(uint8 byte);
152 scoped_ptr<Instruction*[]> byte_instruction_cache_;