Searched refs:GetOpcode (Results 1 – 12 of 12) sorted by relevance
123 uint64_t breakable_addr = addr - insn->GetOpcode().GetByteSize(); in GetBreakableLoadAddress()172 insn_size = prev_insn->GetOpcode().GetByteSize(); in GetInstructionAtAddress()
37 MLModelRunner *RegallocRunner, function_ref<int(SlotIndex)> GetOpcode,
948 function_ref<int(SlotIndex)> GetOpcode, in extractInstructionFeatures() argument990 int CurrentOpcode = GetOpcode(CurrentIndex); in extractInstructionFeatures()
182 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()
199 next_pc = register_context.GetPC() + emulator_up->GetOpcode().GetByteSize(); in SetupSoftwareSingleStepping()
191 return inst_sp->GetOpcode().GetByteSize(); in GetByteSize()
686 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in DumpEmulation()956 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in Emulate()978 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize()
342 size_t last_inst_size = last_inst->GetOpcode().GetByteSize(); in SetNextBranchBreakpoint()
438 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
196 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function