HomeSort by relevance Sort by last modified time
    Searched full:barrier (Results 976 - 1000 of 1514) sorted by null

<<31323334353637383940>>

  /art/test/
run-test 665 # Return whether the Optimizing compiler has read barrier support for ARCH.
667 # Optimizing has read barrier support for ARM, ARM64, x86 and x86-64 at the
676 # Optimizing has read barrier support for certain architectures
682 # TODO: Enable Checker when read barrier support is added to more
  /development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java 252 // atomic barrier.
  /external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.cpp 161 << " barrier();\n"
164 << " barrier();\n"
    [all...]
  /external/libunwind_llvm/include/
unwind.h 82 /* Propagation barrier cache (valid after phase 1): */
  /external/llvm/docs/
Statepoints.rst 50 #. A load barrier is a bit of code executed immediately after the
52 Depending on the collector, such a barrier may be needed for all
56 #. Analogously, a store barrier is a code fragment that runs
59 barrier is to update a 'card table' in a generational garbage
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 220 /// list of instructions being scheduled to scheduling barrier. We want to
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 257 struct BarrierOp Barrier;
293 Barrier = o.Barrier;
364 return Barrier.Val;
369 return StringRef(Barrier.Data, Barrier.Length);
    [all...]
  /external/llvm/test/CodeGen/AMDGPU/
ds_write2st64.ll 113 declare void @llvm.AMDGPU.barrier.local() #2
  /external/opencv3/modules/imgproc/src/opencl/
pyr_down.cl 214 barrier(CLK_LOCAL_MEM_FENCE);
  /external/v8/src/
bailout-reason.h 207 V(kUnalignedCellInWriteBarrier, "Unaligned cell in write barrier") \
  /external/valgrind/
README.aarch64 140 fix barrier insns: ISB, DMB
  /external/valgrind/drd/tests/
matinv.c 164 * threads execute this function concurrently as the count barrier p->b was
omp_matinv.c 152 * threads execute this function concurrently as the count barrier p->b was
  /external/vixl/
README.md 103 memory barrier after loads or before stores. The built-in
  /libcore/ojluni/src/main/java/sun/security/x509/
KeyUsageExtension.java 159 * is not a barrier to interoperability !
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h 82 /* Propagation barrier cache (valid after phase 1): */
  /prebuilts/go/darwin-x86/src/runtime/
cgocall.go 250 // hold any pointers that the GC can find anyway - the write barrier
  /prebuilts/go/linux-x86/src/runtime/
cgocall.go 250 // hold any pointers that the GC can find anyway - the write barrier
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2-sources.jar 
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
walk.go 743 // Do not add a new write barrier.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
walk.go 740 // Do not add a new write barrier.
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
walk.go 743 // Do not add a new write barrier.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
walk.go 740 // Do not add a new write barrier.
    [all...]
  /art/compiler/
image_writer.h 217 // Subtract read barrier bits since we want these to remain 0, or else it may result in DCHECK
218 // failures due to invalid read barrier bits during object field reads.

Completed in 2163 milliseconds

<<31323334353637383940>>