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

/external/google-benchmark/test/
H A Doutput_test_helper.cc372 benchmark::JSONReporter JR; local
393 JR},
400 internal::TestReporter test_rep({&CR, &JR, &CSVR});
/external/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc372 benchmark::JSONReporter JR; local
393 JR},
400 internal::TestReporter test_rep({&CR, &JR, &CSVR});
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp635 JITResolver *JR = StubToResolverMap->getResolverFromStub(Stub); local
636 assert(JR && "Unable to find the corresponding JITResolver to the call site");
645 MutexGuard locked(JR->TheJIT->lock);
650 JR->state.LookupFunctionFromCallSite(locked, Stub);
656 void *Result = JR->TheJIT->getPointerToGlobalIfAvailable(F);
662 if (!JR->TheJIT->isCompilingLazily()) {
673 Result = JR->TheJIT->getPointerToFunction(F);
677 MutexGuard locked(JR->TheJIT->lock);
692 if(JR->revGOTMap.find(Stub) != JR
[all...]
/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_common.c143 #define JR (HI(0) | LO(8)) macro
651 FAIL_IF(push_inst(compiler, JR | SA(RETURN_ADDR_REG), UNMOVABLE_INS));
1569 FAIL_IF(push_inst(compiler, JR | SA(RETURN_ADDR_REG), UNMOVABLE_INS));
1701 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS));
1848 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS));
1931 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS));
1997 FAIL_IF(push_inst(compiler, JR | S(src_r), UNMOVABLE_INS));
H A DsljitNativeTILEGX_64.c388 #define JR(reg) \ macro
1282 return JR(RA);
1582 return JR(RA);

Completed in 271 milliseconds