Searched refs:ProcessOpcode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sandbox/win/src/sidestep/
H A Dmini_disassembler.h85 InstructionType ProcessOpcode(unsigned char* start,
H A Dmini_disassembler.cpp48 instruction_type = ProcessOpcode(current_byte, 0, &size);
71 // Return the instruction type, which was set by ProcessOpcode().
119 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte, function in class:sidestep::MiniDisassembler
144 ProcessOpcode(start_byte + 1, opcode.table_index_, size);
/external/chromium_org/tools/traceline/traceline/sidestep/
H A Dmini_disassembler.h85 InstructionType ProcessOpcode(unsigned char* start,
H A Dmini_disassembler.cc69 instruction_type = ProcessOpcode(current_byte, 0, &size);
92 // Return the instruction type, which was set by ProcessOpcode().
140 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte, function in class:sidestep::MiniDisassembler
165 ProcessOpcode(start_byte + 1, opcode.table_index_, size);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler.h120 InstructionType ProcessOpcode(unsigned char* start,
H A Dmini_disassembler.cc73 instruction_type = ProcessOpcode(current_byte, 0, size);
96 // Return the instruction type, which was set by ProcessOpcode().
152 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte, function in class:sidestep::MiniDisassembler
177 ProcessOpcode(start_byte + 1, opcode.table_index_, size);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler.h120 InstructionType ProcessOpcode(unsigned char* start,
H A Dmini_disassembler.cc73 instruction_type = ProcessOpcode(current_byte, 0, size);
96 // Return the instruction type, which was set by ProcessOpcode().
152 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte, function in class:sidestep::MiniDisassembler
177 ProcessOpcode(start_byte + 1, opcode.table_index_, size);

Completed in 2966 milliseconds