HomeSort by relevance Sort by last modified time
    Searched refs:InstructionType (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler.h 70 InstructionType Disassemble(unsigned char* start,
80 InstructionType ProcessPrefixes(unsigned char* start, unsigned int* size);
85 InstructionType ProcessOpcode(unsigned char* start,
108 InstructionType instruction_type_;
mini_disassembler_types.h 14 enum InstructionType {
125 InstructionType type_;
146 InstructionType type_;
mini_disassembler.cpp 28 InstructionType MiniDisassembler::Disassemble(
37 InstructionType instruction_type = ProcessPrefixes(current_byte, &size);
87 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
89 InstructionType instruction_type = IT_GENERIC;
119 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte,
preamble_patcher_with_stub.cpp 89 InstructionType instruction_type =
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler.h 70 InstructionType Disassemble(unsigned char* start,
80 InstructionType ProcessPrefixes(unsigned char* start, unsigned int* size);
85 InstructionType ProcessOpcode(unsigned char* start,
108 InstructionType instruction_type_;
mini_disassembler_types.h 14 enum InstructionType {
125 InstructionType type_;
146 InstructionType type_;
mini_disassembler.cc 49 InstructionType MiniDisassembler::Disassemble(
58 InstructionType instruction_type = ProcessPrefixes(current_byte, &size);
108 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
110 InstructionType instruction_type = IT_GENERIC;
140 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte,
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler.h 106 InstructionType Disassemble(unsigned char* start, unsigned int& instruction_bytes);
115 InstructionType ProcessPrefixes(unsigned char* start, unsigned int& size);
120 InstructionType ProcessOpcode(unsigned char* start,
143 InstructionType instruction_type_;
mini_disassembler_types.h 43 enum InstructionType {
164 InstructionType type_;
185 InstructionType type_;
mini_disassembler.cc 53 InstructionType MiniDisassembler::Disassemble(
62 InstructionType instruction_type = ProcessPrefixes(current_byte, size);
118 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
120 InstructionType instruction_type = IT_GENERIC;
152 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte,
preamble_patcher_with_stub.cc 143 InstructionType instruction_type =
preamble_patcher_test.cc 124 sidestep::InstructionType instructionType = disassembler.Disassemble(
127 if (sidestep::IT_RETURN == instructionType) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler.h 106 InstructionType Disassemble(unsigned char* start, unsigned int& instruction_bytes);
115 InstructionType ProcessPrefixes(unsigned char* start, unsigned int& size);
120 InstructionType ProcessOpcode(unsigned char* start,
143 InstructionType instruction_type_;
mini_disassembler_types.h 43 enum InstructionType {
164 InstructionType type_;
185 InstructionType type_;
mini_disassembler.cc 53 InstructionType MiniDisassembler::Disassemble(
62 InstructionType instruction_type = ProcessPrefixes(current_byte, size);
118 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
120 InstructionType instruction_type = IT_GENERIC;
152 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte,
preamble_patcher_with_stub.cc 143 InstructionType instruction_type =
preamble_patcher_test.cc 124 sidestep::InstructionType instructionType = disassembler.Disassemble(
127 if (sidestep::IT_RETURN == instructionType) {
  /external/chromium_org/v8/src/mips/
constants-mips.h 768 Type InstructionType() const;
778 DCHECK(InstructionType() == kRegisterType ||
779 InstructionType() == kImmediateType);
784 DCHECK(InstructionType() == kRegisterType ||
785 InstructionType() == kImmediateType);
790 DCHECK(InstructionType() == kRegisterType);
795 DCHECK(InstructionType() == kRegisterType);
800 DCHECK(InstructionType() == kRegisterType ||
801 InstructionType() == kImmediateType);
842 DCHECK(InstructionType() == kRegisterType |
    [all...]
constants-mips.cc 217 Instruction::Type Instruction::InstructionType() const {
  /external/chromium_org/v8/src/mips64/
constants-mips64.h 782 Type InstructionType() const;
792 DCHECK(InstructionType() == kRegisterType ||
793 InstructionType() == kImmediateType);
798 DCHECK(InstructionType() == kRegisterType ||
799 InstructionType() == kImmediateType);
804 DCHECK(InstructionType() == kRegisterType);
809 DCHECK(InstructionType() == kRegisterType);
814 DCHECK(InstructionType() == kRegisterType ||
815 InstructionType() == kImmediateType);
856 DCHECK(InstructionType() == kRegisterType |
    [all...]
constants-mips64.cc 217 Instruction::Type Instruction::InstructionType() const {
  /external/lldb/include/lldb/
lldb-private-enumerations.h 174 typedef enum InstructionType
181 } InstructionType;
lldb-private-interfaces.h 27 typedef EmulateInstruction * (*EmulateInstructionCreateInstance) (const ArchSpec &arch, InstructionType inst_type);
  /external/lldb/include/lldb/Core/
EmulateInstruction.h 91 InstructionType supported_inst_type,
397 SupportsEmulatingIntructionsOfType (InstructionType inst_type) = 0;
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.h 79 InstructionType inst_type);
82 SupportsEmulatingIntructionsOfTypeStatic (InstructionType inst_type)
152 SupportsEmulatingIntructionsOfType (InstructionType inst_type)

Completed in 233 milliseconds

1 2