Home
last modified time | relevance | path

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

/external/libchrome/sandbox/win/src/sidestep/
Dmini_disassembler.h136 static const OpcodeTable s_ia32_opcode_map_[]; variable
Dmini_disassembler.cpp90 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; in ProcessPrefixes()
122 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table in ProcessOpcode()
Dia32_opcode_map.cpp1128 const OpcodeTable MiniDisassembler::s_ia32_opcode_map_[]={ member in sidestep::MiniDisassembler