HomeSort by relevance Sort by last modified time
    Searched defs:ProcessOpcode (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler.cpp 48 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,
144 ProcessOpcode(start_byte + 1, opcode.table_index_, size);
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler.cc 73 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,
177 ProcessOpcode(start_byte + 1, opcode.table_index_, size);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler.cc 73 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,
177 ProcessOpcode(start_byte + 1, opcode.table_index_, size);
  /external/chromium_org/tools/memory_watcher/
mini_disassembler.cc 46 instruction_type = ProcessOpcode(current_byte, 0, size);
69 // Return the instruction type, which was set by ProcessOpcode().
117 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte,
142 ProcessOpcode(start_byte + 1, opcode.table_index_, size);
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler.cc 69 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,
165 ProcessOpcode(start_byte + 1, opcode.table_index_, size);

Completed in 1209 milliseconds