Lines Matching defs:from
657 static void patchPointerInternal(intptr_t from, void* to) in patchPointerInternal()
675 static void linkPointer(void* code, JmpDst from, void* to) in linkPointer()
680 static void repatchInt32(void* from, int32_t to) in repatchInt32()
685 static void repatchPointer(void* from, void* to) in repatchPointer()
690 static void repatchLoadPtrToLEA(void* from) in repatchLoadPtrToLEA()
703 void linkJump(JmpSrc from, JmpDst to) in linkJump()
710 static void linkJump(void* code, JmpSrc from, void* to) in linkJump()
715 static void relinkJump(void* from, void* to) in relinkJump()
720 static void linkCall(void* code, JmpSrc from, void* to) in linkCall()
725 static void relinkCall(void* from, void* to) in relinkCall()
744 static int getDifferenceBetweenLabels(JmpDst from, JmpSrc to) in getDifferenceBetweenLabels()
749 static int getDifferenceBetweenLabels(JmpDst from, JmpDst to) in getDifferenceBetweenLabels()