/external/google-breakpad/src/google_breakpad/processor/ |
H A D | stackwalker.h | 133 template<typename InstructionType> 134 bool ScanForReturnAddress(InstructionType location_start, 135 InstructionType* location_found, 136 InstructionType* ip_found, 157 template<typename InstructionType> 158 bool ScanForReturnAddress(InstructionType location_start, 159 InstructionType* location_found, 160 InstructionType* ip_found, 162 for (InstructionType location = location_start; 163 location <= location_start + searchwords * sizeof(InstructionType); [all...] |
/external/v8/src/mips/ |
H A D | 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() [all...] |
H A D | constants-mips.cc | 217 Instruction::Type Instruction::InstructionType() const { function in class:v8::internal::Instruction
|
H A D | simulator-mips.cc | 3065 switch (instr->InstructionType()) {
|
/external/v8/src/mips64/ |
H A D | 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() [all...] |
H A D | constants-mips64.cc | 217 Instruction::Type Instruction::InstructionType() const { function in class:v8::internal::Instruction
|
H A D | simulator-mips64.cc | 3222 switch (instr->InstructionType()) {
|
/external/lldb/include/lldb/ |
H A D | lldb-private-enumerations.h | 174 typedef enum InstructionType enum in namespace:lldb_private 181 } InstructionType; typedef in namespace:lldb_private
|
H A D | lldb-private-interfaces.h | 27 typedef EmulateInstruction * (*EmulateInstructionCreateInstance) (const ArchSpec &arch, InstructionType inst_type);
|
/external/lldb/include/lldb/Core/ |
H A D | EmulateInstruction.h | 91 InstructionType supported_inst_type, 397 SupportsEmulatingIntructionsOfType (InstructionType inst_type) = 0;
|
/external/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.h | 79 InstructionType inst_type); 82 SupportsEmulatingIntructionsOfTypeStatic (InstructionType inst_type) 152 SupportsEmulatingIntructionsOfType (InstructionType inst_type)
|
H A D | EmulateInstructionARM.cpp | 197 EmulateInstructionARM::CreateInstance (const ArchSpec &arch, InstructionType inst_type)
|
/external/v8/src/x64/ |
H A D | disasm-x64.cc | 134 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,
|
/external/v8/src/ia32/ |
H A D | disasm-ia32.cc | 135 enum InstructionType { enum in namespace:disasm 150 InstructionType type; 168 void CopyTable(const ByteMnemonic bm[], InstructionType type); 169 void SetTableRange(InstructionType type, 209 InstructionType type) { 220 void InstructionTable::SetTableRange(InstructionType type,
|
/external/v8/src/x87/ |
H A D | disasm-x87.cc | 135 enum InstructionType { enum in namespace:disasm 150 InstructionType type; 168 void CopyTable(const ByteMnemonic bm[], InstructionType type); 169 void SetTableRange(InstructionType type, 209 InstructionType type) { 220 void InstructionTable::SetTableRange(InstructionType type,
|
/external/lldb/source/Core/ |
H A D | EmulateInstruction.cpp | 30 EmulateInstruction::FindPlugin (const ArchSpec &arch, InstructionType supported_inst_type, const char *plugin_name)
|
/external/mesa3d/src/gallium/drivers/radeon/ |
H A D | AMDILCFGStructurizer.cpp | 265 typedef typename PassT::InstructionType InstrT; 2653 typedef MachineInstr InstructionType; typedef in class:llvm::AMDGPUCFGStructurizer
|