Home
last modified time | relevance | path

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

/external/libchrome/sandbox/win/src/sidestep/
Dmini_disassembler.cpp37 InstructionType instruction_type = ProcessPrefixes(current_byte, &size); in Disassemble() local
39 if (IT_UNKNOWN == instruction_type) in Disassemble()
40 return instruction_type; in Disassemble()
48 instruction_type = ProcessOpcode(current_byte, 0, &size); in Disassemble()
89 InstructionType instruction_type = IT_GENERIC; in ProcessPrefixes() local
108 instruction_type = opcode.type_; in ProcessPrefixes()
116 return instruction_type; in ProcessPrefixes()
Dpreamble_patcher_with_stub.cpp91 InstructionType instruction_type = in RawPatchWithStub() local
93 if (IT_JUMP == instruction_type) { in RawPatchWithStub()
97 } else if (IT_RETURN == instruction_type) { in RawPatchWithStub()
100 } else if (IT_GENERIC != instruction_type) { in RawPatchWithStub()