Home | History | Annotate | Download | only in assembler

Lines Matching refs:m_offset

173             : m_offset(-1)
179 : m_offset(offset)
183 int m_offset;
190 : m_offset(-1)
196 bool isSet() const { return (m_offset != -1); }
200 : m_offset(offset)
203 ASSERT(m_offset == offset);
206 int m_offset : 31;
679 ASSERT(jump.m_offset != -1);
680 void* b = reinterpret_cast<void*>((reinterpret_cast<intptr_t>(code)) + jump.m_offset);
686 void* b = reinterpret_cast<void*>((reinterpret_cast<intptr_t>(code)) + label.m_offset);
692 return to.m_offset - from.m_offset;
697 return to.m_offset - from.m_offset;
702 return to.m_offset - from.m_offset;
729 return call.m_offset;
742 ASSERT(to.m_offset != -1);
743 ASSERT(from.m_offset != -1);
744 MIPSWord* insn = reinterpret_cast<MIPSWord*>(reinterpret_cast<intptr_t>(m_buffer.data()) + from.m_offset);
745 MIPSWord* toPos = reinterpret_cast<MIPSWord*>(reinterpret_cast<intptr_t>(m_buffer.data()) + to.m_offset);
754 ASSERT(from.m_offset != -1);
755 MIPSWord* insn = reinterpret_cast<MIPSWord*>(reinterpret_cast<intptr_t>(code) + from.m_offset);
764 MIPSWord* insn = reinterpret_cast<MIPSWord*>(reinterpret_cast<intptr_t>(code) + from.m_offset);
770 MIPSWord* insn = reinterpret_cast<MIPSWord*>(reinterpret_cast<intptr_t>(code) + from.m_offset);