Searched refs:GetSavedOpcodeBytes (Results 1 – 3 of 3) sorted by relevance
80 uint8_t *GetSavedOpcodeBytes();86 const uint8_t *GetSavedOpcodeBytes() const;
108 uint8_t *BreakpointSite::GetSavedOpcodeBytes() { return &m_saved_opcode[0]; } in GetSavedOpcodeBytes() function in BreakpointSite110 const uint8_t *BreakpointSite::GetSavedOpcodeBytes() const { in GetSavedOpcodeBytes() function in BreakpointSite
1972 bp_site->GetSavedOpcodeBytes() + opcode_offset, in RemoveBreakpointOpcodesFromBuffer()2029 if (DoReadMemory(bp_addr, bp_site->GetSavedOpcodeBytes(), bp_opcode_size, in EnableSoftwareBreakpoint()2095 if (DoWriteMemory(bp_addr, bp_site->GetSavedOpcodeBytes(), in DisableSoftwareBreakpoint()2116 if (::memcmp(bp_site->GetSavedOpcodeBytes(), verify_opcode, in DisableSoftwareBreakpoint()2461 ::memcpy(bp->GetSavedOpcodeBytes() + opcode_offset, in WriteMemory()