HomeSort by relevance Sort by last modified time
    Searched refs:GetByteInstruction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/courgette/
assembly_program.h 151 Instruction* GetByteInstruction(uint8 byte);
assembly_program.cc 178 return Emit(GetByteInstruction(byte));
476 Instruction* AssemblyProgram::GetByteInstruction(uint8 byte) {

Completed in 281 milliseconds