/external/chromium_org/v8/src/mips/ |
D | constants-mips.h | 768 Type InstructionType() const; 778 DCHECK(InstructionType() == kRegisterType || in RsValue() 779 InstructionType() == kImmediateType); in RsValue() 784 DCHECK(InstructionType() == kRegisterType || in RtValue() 785 InstructionType() == kImmediateType); in RtValue() 790 DCHECK(InstructionType() == kRegisterType); in RdValue() 795 DCHECK(InstructionType() == kRegisterType); in SaValue() 800 DCHECK(InstructionType() == kRegisterType || in FunctionValue() 801 InstructionType() == kImmediateType); in FunctionValue() 842 DCHECK(InstructionType() == kRegisterType || in RsFieldRaw() [all …]
|
/external/chromium_org/v8/src/mips64/ |
D | constants-mips64.h | 782 Type InstructionType() const; 792 DCHECK(InstructionType() == kRegisterType || in RsValue() 793 InstructionType() == kImmediateType); in RsValue() 798 DCHECK(InstructionType() == kRegisterType || in RtValue() 799 InstructionType() == kImmediateType); in RtValue() 804 DCHECK(InstructionType() == kRegisterType); in RdValue() 809 DCHECK(InstructionType() == kRegisterType); in SaValue() 814 DCHECK(InstructionType() == kRegisterType || in FunctionValue() 815 InstructionType() == kImmediateType); in FunctionValue() 856 DCHECK(InstructionType() == kRegisterType || in RsFieldRaw() [all …]
|
/external/chromium_org/sandbox/win/src/sidestep/ |
D | 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_;
|
D | mini_disassembler_types.h | 14 enum InstructionType { enum 125 InstructionType type_; 146 InstructionType type_;
|
D | mini_disassembler.cpp | 28 InstructionType MiniDisassembler::Disassemble( in Disassemble() 37 InstructionType instruction_type = ProcessPrefixes(current_byte, &size); in Disassemble() 87 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte, in ProcessPrefixes() 89 InstructionType instruction_type = IT_GENERIC; in ProcessPrefixes() 119 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte, in ProcessOpcode()
|
D | preamble_patcher_with_stub.cpp | 89 InstructionType instruction_type = in RawPatchWithStub()
|
/external/chromium_org/tools/traceline/traceline/sidestep/ |
D | 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_;
|
D | mini_disassembler_types.h | 14 enum InstructionType { enum 125 InstructionType type_; 146 InstructionType type_;
|
D | mini_disassembler.cc | 49 InstructionType MiniDisassembler::Disassemble( in Disassemble() 58 InstructionType instruction_type = ProcessPrefixes(current_byte, &size); in Disassemble() 108 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte, in ProcessPrefixes() 110 InstructionType instruction_type = IT_GENERIC; in ProcessPrefixes() 140 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte, in ProcessOpcode()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
D | 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_;
|
D | mini_disassembler_types.h | 43 enum InstructionType { enum 164 InstructionType type_; 185 InstructionType type_;
|
D | mini_disassembler.cc | 53 InstructionType MiniDisassembler::Disassemble( in Disassemble() 62 InstructionType instruction_type = ProcessPrefixes(current_byte, size); in Disassemble() 118 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte, in ProcessPrefixes() 120 InstructionType instruction_type = IT_GENERIC; in ProcessPrefixes() 152 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte, in ProcessOpcode()
|
D | preamble_patcher_with_stub.cc | 143 InstructionType instruction_type = in RawPatchWithStub()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
D | 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_;
|
D | mini_disassembler_types.h | 43 enum InstructionType { enum 164 InstructionType type_; 185 InstructionType type_;
|
D | mini_disassembler.cc | 53 InstructionType MiniDisassembler::Disassemble( in Disassemble() 62 InstructionType instruction_type = ProcessPrefixes(current_byte, size); in Disassemble() 118 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte, in ProcessPrefixes() 120 InstructionType instruction_type = IT_GENERIC; in ProcessPrefixes() 152 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte, in ProcessOpcode()
|
D | preamble_patcher_with_stub.cc | 143 InstructionType instruction_type = in RawPatchWithStub()
|
/external/lldb/include/lldb/ |
D | lldb-private-enumerations.h | 174 typedef enum InstructionType enum 181 } InstructionType; typedef
|
D | lldb-private-interfaces.h | 27 …nstruction * (*EmulateInstructionCreateInstance) (const ArchSpec &arch, InstructionType inst_type);
|
/external/chromium_org/components/copresence/proto/ |
D | enums.proto | 62 enum InstructionType { enum
|
/external/chromium_org/v8/src/x64/ |
D | disasm-x64.cc | 134 enum InstructionType { enum 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) { in CopyTable() 226 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()
|
/external/lldb/include/lldb/Core/ |
D | EmulateInstruction.h | 91 InstructionType supported_inst_type, 397 SupportsEmulatingIntructionsOfType (InstructionType inst_type) = 0;
|
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.h | 79 InstructionType inst_type); 82 SupportsEmulatingIntructionsOfTypeStatic (InstructionType inst_type) in SupportsEmulatingIntructionsOfTypeStatic() 152 SupportsEmulatingIntructionsOfType (InstructionType inst_type) in SupportsEmulatingIntructionsOfType()
|
/external/chromium_org/v8/src/x87/ |
D | disasm-x87.cc | 135 enum InstructionType { enum 150 InstructionType type; 168 void CopyTable(const ByteMnemonic bm[], InstructionType type); 169 void SetTableRange(InstructionType type, 209 InstructionType type) { in CopyTable() 220 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()
|
/external/chromium_org/v8/src/ia32/ |
D | disasm-ia32.cc | 135 enum InstructionType { enum 150 InstructionType type; 168 void CopyTable(const ByteMnemonic bm[], InstructionType type); 169 void SetTableRange(InstructionType type, 209 InstructionType type) { in CopyTable() 220 void InstructionTable::SetTableRange(InstructionType type, in SetTableRange()
|