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

  /external/lldb/source/API/
SBInstruction.cpp 133 return m_opaque_sp->GetOpcode().GetByteSize();
  /art/compiler/dex/quick/x86/
int_x86.cc     [all...]
codegen_x86.h 691 X86OpCode GetOpcode(Instruction::Code op, RegLocation loc, bool is_high_op, int32_t value);
702 X86OpCode GetOpcode(Instruction::Code op, RegLocation dest, RegLocation rhs,
    [all...]
  /external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
UnwindAssemblyInstEmulation.cpp 151 m_inst_emulator_ap->SetInstruction (inst->GetOpcode(),
161 m_curr_row->SetOffset (inst->GetAddress().GetFileAddress() + inst->GetOpcode().GetByteSize() - base_addr);
231 m_curr_row->SetOffset (inst->GetAddress().GetFileAddress() + inst->GetOpcode().GetByteSize() - base_addr);
  /external/lldb/include/lldb/Core/
Disassembler.h 120 GetOpcode () const
EmulateInstruction.h 513 GetOpcode () const
  /external/lldb/source/Core/
Disassembler.cpp 652 insn_emulator_ap->SetInstruction (GetOpcode(), GetAddress(), NULL);
941 insn_emulator_ap->SetInstruction (GetOpcode(), GetAddress(), NULL);
979 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize();
    [all...]

Completed in 159 milliseconds