Home | History | Annotate | Download | only in JIT

Lines Matching refs:Actual

534   void *Actual = TheJIT->isCompilingLazily()
540 Actual = TheJIT->getPointerToFunction(F);
544 if (!Actual) return 0;
549 // Codegen a new stub, calling the lazy resolver or the actual address of the
551 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE);
554 if (Actual != (void*)(intptr_t)LazyResolverFn) {
572 } else if (!Actual) {
577 "'Actual' should have been set above.");
669 << "' In stub ptr = " << Stub << " actual ptr = "
1121 // Just allocate space for all the jump tables now. We will fix up the actual
1305 // Free the actual memory for the function body and related stuff.