Lines Matching refs:JmpDst
199 class JmpDst {
202 JmpDst() in JmpDst() function
211 JmpDst(int offset) in JmpDst() function
570 JmpDst label() in label()
572 return JmpDst(m_buffer.size()); in label()
575 JmpDst align(int alignment) in align()
617 static void linkPointer(void* code, JmpDst from, void* to) in linkPointer()
645 void linkJump(JmpSrc from, JmpDst to) in linkJump()
678 static void* getRelocatedAddress(void* code, JmpDst label) in getRelocatedAddress()
685 static int getDifferenceBetweenLabels(JmpDst from, JmpSrc to) in getDifferenceBetweenLabels()
690 static int getDifferenceBetweenLabels(JmpDst from, JmpDst to) in getDifferenceBetweenLabels()