Home | History | Annotate | Download | only in JIT

Lines Matching refs:FnEnd

823   // FnEnd is the end of the function's machine code.
824 uint8_t *FnEnd = CurBufferPtr;
895 // CurBufferPtr may have moved beyond FnEnd, due to memory allocation for
909 NumBytes += FnEnd-FnStart;
912 sys::Memory::InvalidateInstructionCache(FnStart, FnEnd-FnStart);
914 TheJIT->NotifyFunctionEmitted(*F.getFunction(), FnStart, FnEnd-FnStart,
922 << ": " << (FnEnd-FnStart) << " bytes of text, "
934 dbgs() << sys::disassembleBuffer(FnStart, FnEnd-FnStart,
939 for (int i = 0; q < FnEnd; q += 4, ++i) {
946 if (q + j >= FnEnd)