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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
output_test_helper.cc 190 benchmark::JSONReporter JR;
211 JR},
218 internal::TestReporter test_rep({&CR, &JR, &CSVR});
  /external/google-benchmark/test/
output_test_helper.cc 372 benchmark::JSONReporter JR;
393 JR},
400 internal::TestReporter test_rep({&CR, &JR, &CSVR});
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 372 benchmark::JSONReporter JR;
393 JR},
400 internal::TestReporter test_rep({&CR, &JR, &CSVR});
  /system/core/libpixelflinger/codeflinger/
MIPS64Assembler.cpp 160 mMips->JR(R_ra);
    [all...]
MIPSAssembler.cpp 183 mMips->JR(R_ra);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 635 JITResolver *JR = StubToResolverMap->getResolverFromStub(Stub);
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->revGOTMap.end()
    [all...]
  /art/runtime/interpreter/mterp/mips/
header.S 188 #define JR(rt) \
197 #define JR(rt) \
319 JR(rd)
  /art/runtime/interpreter/mterp/out/
mterp_mips.S 195 #define JR(rt) \
204 #define JR(rt) \
326 JR(rd)
1036 JR(t0) # jump to next instruction
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_common.c 143 #define JR (HI(0) | LO(8))
651 FAIL_IF(push_inst(compiler, JR | SA(RETURN_ADDR_REG), UNMOVABLE_INS));
    [all...]
sljitNativeTILEGX_64.c 388 #define JR(reg) \
    [all...]

Completed in 444 milliseconds