Searched refs:instruction_type (Results 1 - 15 of 15) sorted by relevance

/external/chromium/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/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/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/tools/memory_watcher/
H A Dpreamble_patcher_with_stub.cc80 InstructionType instruction_type = local
82 if (IT_JUMP == instruction_type) {
86 } else if (IT_RETURN == instruction_type) {
89 } else if (IT_GENERIC != instruction_type) {
H A Dmini_disassembler.cc35 InstructionType instruction_type = ProcessPrefixes(current_byte, size); local
37 if (IT_UNKNOWN == instruction_type)
38 return instruction_type;
46 instruction_type = ProcessOpcode(current_byte, 0, size);
87 InstructionType instruction_type = IT_GENERIC; local
106 instruction_type = opcode.type_;
114 return instruction_type;
H A Dpreamble_patcher.cc148 InstructionType instruction_type = disassembler.Disassemble( local
151 if (IT_GENERIC != instruction_type) {
/external/chromium_org/sandbox/win/src/sidestep/
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) {
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;
/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;

Completed in 260 milliseconds