Searched defs:JR (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp636 JITResolver *JR = StubToResolverMap->getResolverFromStub(Stub); local
637 assert(JR && "Unable to find the corresponding JITResolver to the call site");
646 MutexGuard locked(JR->TheJIT->lock);
651 JR->state.LookupFunctionFromCallSite(locked, Stub);
657 void *Result = JR->TheJIT->getPointerToGlobalIfAvailable(F);
663 if (!JR->TheJIT->isCompilingLazily()) {
674 Result = JR->TheJIT->getPointerToFunction(F);
678 MutexGuard locked(JR->TheJIT->lock);
693 if(JR->revGOTMap.find(Stub) != JR
[all...]

Completed in 81 milliseconds