Searched refs:GetOpcode (Results 1 – 8 of 8) sorted by relevance
129 uint64_t breakable_addr = addr - insn->GetOpcode().GetByteSize(); in GetBreakableLoadAddress()178 insn_size = prev_insn->GetOpcode().GetByteSize(); in GetInstructionAtAddress()
183 m_inst_emulator_up->SetInstruction(inst->GetOpcode(), in GetNonCallSiteUnwindPlanFromAssembly()275 current_offset + inst->GetOpcode().GetByteSize()) == 0) { in GetNonCallSiteUnwindPlanFromAssembly()277 inst->GetOpcode().GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()280 {current_offset + inst->GetOpcode().GetByteSize(), in GetNonCallSiteUnwindPlanFromAssembly()
150 next_pc = register_context.GetPC() + emulator_up->GetOpcode().GetByteSize(); in SetupSoftwareSingleStepping()
643 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in DumpEmulation()917 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in Emulate()939 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize()
177 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
428 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
179 return inst_sp->GetOpcode().GetByteSize(); in GetByteSize()
340 size_t last_inst_size = last_inst->GetOpcode().GetByteSize(); in SetNextBranchBreakpoint()