Home | History | Annotate | Download | only in JIT

Lines Matching defs:Actual

519   void *Actual = TheJIT->isCompilingLazily()
525 Actual = TheJIT->getPointerToFunction(F);
529 if (!Actual) return 0;
534 // Codegen a new stub, calling the lazy resolver or the actual address of the
536 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE);
539 if (Actual != (void*)(intptr_t)LazyResolverFn) {
557 } else if (!Actual) {
562 "'Actual' should have been set above.");
654 << "' In stub ptr = " << Stub << " actual ptr = "
1064 // Just allocate space for all the jump tables now. We will fix up the actual
1249 // Free the actual memory for the function body and related stuff.