Searched defs:instruction_type (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
H A Ddecodetable.cc60 unsigned char instruction_type = VCD_NOOP; local
69 instruction_type = code_table_data_->inst2[opcode];
86 instruction_type = code_table_data_->inst1[opcode];
92 } while (instruction_type == VCD_NOOP);
111 return static_cast<VCDiffInstructionType>(instruction_type);
/external/chromium_org/sandbox/win/src/sidestep/
H A Dmini_disassembler.cpp37 InstructionType instruction_type = ProcessPrefixes(current_byte, &size); local
39 if (IT_UNKNOWN == instruction_type)
40 return instruction_type;
48 instruction_type = ProcessOpcode(current_byte, 0, &size);
89 InstructionType instruction_type = IT_GENERIC; local
108 instruction_type = opcode.type_;
116 return instruction_type;
H A Dpreamble_patcher_with_stub.cpp89 InstructionType instruction_type = local
91 if (IT_JUMP == instruction_type) {
95 } else if (IT_RETURN == instruction_type) {
98 } else if (IT_GENERIC != instruction_type) {
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler.cc62 InstructionType instruction_type = ProcessPrefixes(current_byte, size); local
64 if (IT_UNKNOWN == instruction_type)
65 return instruction_type;
73 instruction_type = ProcessOpcode(current_byte, 0, size);
120 InstructionType instruction_type = IT_GENERIC; local
141 instruction_type = opcode.type_;
149 return instruction_type;
H A Dpreamble_patcher_with_stub.cc143 InstructionType instruction_type = local
145 if (IT_JUMP == instruction_type) {
168 } else if (IT_RETURN == instruction_type) {
172 } else if (IT_GENERIC == instruction_type) {
H A Dpreamble_patcher.cc345 InstructionType instruction_type = local
347 if (IT_JUMP == instruction_type) {
364 } else if (IT_GENERIC == instruction_type) {
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler.cc62 InstructionType instruction_type = ProcessPrefixes(current_byte, size); local
64 if (IT_UNKNOWN == instruction_type)
65 return instruction_type;
73 instruction_type = ProcessOpcode(current_byte, 0, size);
120 InstructionType instruction_type = IT_GENERIC; local
141 instruction_type = opcode.type_;
149 return instruction_type;
H A Dpreamble_patcher_with_stub.cc143 InstructionType instruction_type = local
145 if (IT_JUMP == instruction_type) {
168 } else if (IT_RETURN == instruction_type) {
172 } else if (IT_GENERIC == instruction_type) {
H A Dpreamble_patcher.cc345 InstructionType instruction_type = local
347 if (IT_JUMP == instruction_type) {
364 } else if (IT_GENERIC == instruction_type) {
/external/chromium_org/tools/traceline/traceline/sidestep/
H A Dmini_disassembler.cc58 InstructionType instruction_type = ProcessPrefixes(current_byte, &size); local
60 if (IT_UNKNOWN == instruction_type)
61 return instruction_type;
69 instruction_type = ProcessOpcode(current_byte, 0, &size);
110 InstructionType instruction_type = IT_GENERIC; local
129 instruction_type = opcode.type_;
137 return instruction_type;
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dbreakpoint.c123 typedef enum instruction_type { enum
132 } instruction_type; typedef in typeref:enum:instruction_type
134 static enum instruction_type template_encoding_table[32][3] = {

Completed in 220 milliseconds