Searched refs:GetOpcode (Results 1 – 8 of 8) sorted by relevance
130 uint64_t breakable_addr = addr - insn->GetOpcode().GetByteSize(); in GetBreakableLoadAddress()181 insn_size = prev_insn->GetOpcode().GetByteSize(); in GetInstructionAtAddress()
173 m_inst_emulator_ap->SetInstruction(inst->GetOpcode(), in GetNonCallSiteUnwindPlanFromAssembly()248 current_offset + inst->GetOpcode().GetByteSize()) == 0) { in GetNonCallSiteUnwindPlanFromAssembly()250 inst->GetOpcode().GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()253 {current_offset + inst->GetOpcode().GetByteSize(), in GetNonCallSiteUnwindPlanFromAssembly()
148 return inst_sp->GetOpcode().GetByteSize(); in GetByteSize()
329 size_t last_inst_size = last_inst->GetOpcode().GetByteSize(); in SetNextBranchBreakpoint()
451 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
199 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
748 insn_emulator_ap->SetInstruction(GetOpcode(), GetAddress(), nullptr); in DumpEmulation()1022 insn_emulator_ap->SetInstruction(GetOpcode(), GetAddress(), nullptr); in Emulate()1044 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize()
1081 register_context_sp->GetPC() + emulator_ap->GetOpcode().GetByteSize(); in SetupSoftwareSingleStepping()