HomeSort by relevance Sort by last modified time
    Searched defs:JR (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 615 JITResolver *JR = StubToResolverMap->getResolverFromStub(Stub);
616 assert(JR && "Unable to find the corresponding JITResolver to the call site");
625 MutexGuard locked(JR->TheJIT->lock);
630 JR->state.LookupFunctionFromCallSite(Stub);
636 void *Result = JR->TheJIT->getPointerToGlobalIfAvailable(F);
642 if (!JR->TheJIT->isCompilingLazily()) {
653 Result = JR->TheJIT->getPointerToFunction(F);
657 MutexGuard locked(JR->TheJIT->lock);
672 if(JR->revGOTMap.find(Stub) != JR->revGOTMap.end()
    [all...]
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 143 #define JR (HI(0) | LO(8))
666 FAIL_IF(push_inst(compiler, JR | SA(RETURN_ADDR_REG), UNMOVABLE_INS));
    [all...]
sljitNativeTILEGX_64.c 393 #define JR(reg) \
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 185 mMips->JR(R_ra);
    [all...]

Completed in 5847 milliseconds