Home | History | Annotate | Download | only in JIT

Lines Matching refs:FnEnd

832   // FnEnd is the end of the function's machine code.
833 uint8_t *FnEnd = CurBufferPtr;
904 // CurBufferPtr may have moved beyond FnEnd, due to memory allocation for
918 NumBytes += FnEnd-FnStart;
921 sys::Memory::InvalidateInstructionCache(FnStart, FnEnd-FnStart);
923 TheJIT->NotifyFunctionEmitted(*F.getFunction(), FnStart, FnEnd-FnStart,
931 << ": " << (FnEnd-FnStart) << " bytes of text, "
943 dbgs() << sys::disassembleBuffer(FnStart, FnEnd-FnStart,
948 for (int i = 0; q < FnEnd; q += 4, ++i) {
955 if (q + j >= FnEnd)
981 uint8_t *FrameRegister = DE->EmitDwarfTable(F, *this, FnStart, FnEnd,
997 I.FnEnd = FnEnd;