/external/chromium/sdch/open-vcdiff/src/ |
decodetable.cc | 60 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/ |
decodetable.cc | 60 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/ |
decodetable.cc | 60 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/ |
preamble_patcher_with_stub.cc | 80 InstructionType instruction_type = local 82 if (IT_JUMP == instruction_type) { 86 } else if (IT_RETURN == instruction_type) { 89 } else if (IT_GENERIC != instruction_type) {
|
mini_disassembler.cc | 35 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;
|
preamble_patcher.cc | 148 InstructionType instruction_type = disassembler.Disassemble( local 151 if (IT_GENERIC != instruction_type) {
|
/external/chromium_org/sandbox/win/src/sidestep/ |
preamble_patcher_with_stub.cpp | 89 InstructionType instruction_type = local 91 if (IT_JUMP == instruction_type) { 95 } else if (IT_RETURN == instruction_type) { 98 } else if (IT_GENERIC != instruction_type) {
|
mini_disassembler.cpp | 37 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/ |
mini_disassembler.cc | 62 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;
|
preamble_patcher_with_stub.cc | 143 InstructionType instruction_type = local 145 if (IT_JUMP == instruction_type) { 168 } else if (IT_RETURN == instruction_type) { 172 } else if (IT_GENERIC == instruction_type) {
|
preamble_patcher.cc | 345 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/ |
mini_disassembler.cc | 62 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;
|
preamble_patcher_with_stub.cc | 143 InstructionType instruction_type = local 145 if (IT_JUMP == instruction_type) { 168 } else if (IT_RETURN == instruction_type) { 172 } else if (IT_GENERIC == instruction_type) {
|
preamble_patcher.cc | 345 InstructionType instruction_type = local 347 if (IT_JUMP == instruction_type) { 364 } else if (IT_GENERIC == instruction_type) {
|
/external/chromium_org/tools/traceline/traceline/sidestep/ |
mini_disassembler.cc | 58 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;
|