Searched refs:InstructionType (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/sandbox/win/src/sidestep/
H A Dmini_disassembler.h70 InstructionType Disassemble(unsigned char* start,
80 InstructionType ProcessPrefixes(unsigned char* start, unsigned int* size);
85 InstructionType ProcessOpcode(unsigned char* start,
108 InstructionType instruction_type_;
H A Dmini_disassembler_types.h14 enum InstructionType { enum in namespace:sidestep
125 InstructionType type_;
146 InstructionType type_;
H A Dmini_disassembler.cpp28 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,
H A Dpreamble_patcher_with_stub.cpp89 InstructionType instruction_type =
/external/chromium_org/tools/traceline/traceline/sidestep/
H A Dmini_disassembler.h70 InstructionType Disassemble(unsigned char* start,
80 InstructionType ProcessPrefixes(unsigned char* start, unsigned int* size);
85 InstructionType ProcessOpcode(unsigned char* start,
108 InstructionType instruction_type_;
H A Dmini_disassembler_types.h14 enum InstructionType { enum in namespace:sidestep
125 InstructionType type_;
146 InstructionType type_;
H A Dmini_disassembler.cc49 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/
H A Dmini_disassembler.h106 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_;
H A Dmini_disassembler_types.h43 enum InstructionType { enum in namespace:sidestep
164 InstructionType type_;
185 InstructionType type_;
H A Dmini_disassembler.cc53 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,
H A Dpreamble_patcher_with_stub.cc143 InstructionType instruction_type =
H A Dpreamble_patcher_test.cc124 sidestep::InstructionType instructionType = disassembler.Disassemble(
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler.h106 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_;
H A Dmini_disassembler_types.h43 enum InstructionType { enum in namespace:sidestep
164 InstructionType type_;
185 InstructionType type_;
H A Dmini_disassembler.cc53 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,
H A Dpreamble_patcher_with_stub.cc143 InstructionType instruction_type =
/external/chromium_org/v8/src/mips/
H A Dconstants-mips.h768 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()
[all...]
H A Dconstants-mips.cc217 Instruction::Type Instruction::InstructionType() const { function in class:v8::internal::Instruction
/external/chromium_org/v8/src/mips64/
H A Dconstants-mips64.h782 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()
[all...]
H A Dconstants-mips64.cc217 Instruction::Type Instruction::InstructionType() const { function in class:v8::internal::Instruction
/external/lldb/include/lldb/
H A Dlldb-private-enumerations.h174 typedef enum InstructionType enum in namespace:lldb_private
181 } InstructionType; typedef in namespace:lldb_private
H A Dlldb-private-interfaces.h27 typedef EmulateInstruction * (*EmulateInstructionCreateInstance) (const ArchSpec &arch, InstructionType inst_type);
/external/lldb/include/lldb/Core/
H A DEmulateInstruction.h91 InstructionType supported_inst_type,
397 SupportsEmulatingIntructionsOfType (InstructionType inst_type) = 0;
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h79 InstructionType inst_type);
82 SupportsEmulatingIntructionsOfTypeStatic (InstructionType inst_type)
152 SupportsEmulatingIntructionsOfType (InstructionType inst_type)
/external/chromium_org/v8/src/x64/
H A Ddisasm-x64.cc134 enum InstructionType { enum in namespace:disasm
159 InstructionType type;
176 void CopyTable(const ByteMnemonic bm[], InstructionType type);
177 void SetTableRange(InstructionType type, byte start, byte end, bool byte_size,
212 InstructionType type) {
226 void InstructionTable::SetTableRange(InstructionType type,

Completed in 218 milliseconds

12