Home | History | Annotate | Download | only in JIT

Lines Matching defs:FnEnd

833   // FnEnd is the end of the function's machine code.
834 uint8_t *FnEnd = CurBufferPtr;
905 // CurBufferPtr may have moved beyond FnEnd, due to memory allocation for
919 NumBytes += FnEnd-FnStart;
922 sys::Memory::InvalidateInstructionCache(FnStart, FnEnd-FnStart);
924 TheJIT->NotifyFunctionEmitted(*F.getFunction(), FnStart, FnEnd-FnStart,
932 << ": " << (FnEnd-FnStart) << " bytes of text, "
944 dbgs() << sys::disassembleBuffer(FnStart, FnEnd-FnStart,
949 for (int i = 0; q < FnEnd; q += 4, ++i) {
956 if (q + j >= FnEnd)
982 uint8_t *FrameRegister = DE->EmitDwarfTable(F, *this, FnStart, FnEnd,
998 I.FnEnd = FnEnd;