HomeSort by relevance Sort by last modified time
    Searched refs:instruction_type (Results 1 - 12 of 12) sorted by null

  /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/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;
  /external/chromium_org/components/copresence/handlers/
directive_handler.cc 27 DCHECK_EQ(directive.instruction_type(), TOKEN);
  /external/ltrace/sysdeps/linux-gnu/ia64/
breakpoint.c 123 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 336 milliseconds