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

  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler.h 80 InstructionType ProcessPrefixes(unsigned char* start, unsigned int* size);
mini_disassembler.cpp 37 InstructionType instruction_type = ProcessPrefixes(current_byte, &size);
87 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
111 ProcessPrefixes(start_byte + 1, size);
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler.h 80 InstructionType ProcessPrefixes(unsigned char* start, unsigned int* size);
mini_disassembler.cc 58 InstructionType instruction_type = ProcessPrefixes(current_byte, &size);
108 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
132 ProcessPrefixes(start_byte + 1, size);
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler.h 115 InstructionType ProcessPrefixes(unsigned char* start, unsigned int& size);
mini_disassembler.cc 62 InstructionType instruction_type = ProcessPrefixes(current_byte, size);
118 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
144 ProcessPrefixes(start_byte + 1, size);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler.h 115 InstructionType ProcessPrefixes(unsigned char* start, unsigned int& size);
mini_disassembler.cc 62 InstructionType instruction_type = ProcessPrefixes(current_byte, size);
118 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
144 ProcessPrefixes(start_byte + 1, size);

Completed in 198 milliseconds