Lines Matching refs:FnEnd
818 // FnEnd is the end of the function's machine code.
819 uint8_t *FnEnd = CurBufferPtr;
890 // CurBufferPtr may have moved beyond FnEnd, due to memory allocation for
904 NumBytes += FnEnd-FnStart;
907 sys::Memory::InvalidateInstructionCache(FnStart, FnEnd-FnStart);
909 TheJIT->NotifyFunctionEmitted(*F.getFunction(), FnStart, FnEnd-FnStart,
917 << ": " << (FnEnd-FnStart) << " bytes of text, "
929 dbgs() << sys::disassembleBuffer(FnStart, FnEnd-FnStart,
934 for (int i = 0; q < FnEnd; q += 4, ++i) {
941 if (q + j >= FnEnd)