Lines Matching refs:JR
620 JITResolver *JR = StubToResolverMap->getResolverFromStub(Stub);
621 assert(JR && "Unable to find the corresponding JITResolver to the call site");
630 MutexGuard locked(JR->TheJIT->lock);
635 JR->state.LookupFunctionFromCallSite(locked, Stub);
641 void *Result = JR->TheJIT->getPointerToGlobalIfAvailable(F);
647 if (!JR->TheJIT->isCompilingLazily()) {
658 Result = JR->TheJIT->getPointerToFunction(F);
662 MutexGuard locked(JR->TheJIT->lock);
677 if(JR->revGOTMap.find(Stub) != JR->revGOTMap.end())
678 JR->revGOTMap[Result] = JR->revGOTMap[Stub];