Home | History | Annotate | Download | only in JIT

Lines Matching refs:StartFunction

39                                                unsigned char* StartFunction,
51 unsigned char* ExceptionTable = EmitExceptionTable(&F, StartFunction,
60 StartFunction, EndFunction, ExceptionTable);
198 unsigned char* StartFunction,
413 BeginLabelPtr = (intptr_t)StartFunction;
417 JCE->emitInt32(BeginLabelPtr - (intptr_t)StartFunction);
434 JCE->emitInt32(PadLabelPtr - (intptr_t)StartFunction);
541 unsigned char* StartFunction,
552 JCE->emitInt32(StartFunction - (unsigned char*)JCE->getCurrentPCValue());
553 JCE->emitInt32(EndFunction - StartFunction);
577 EmitFrameMoves((intptr_t)StartFunction, MMI->getFrameMoves());