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

<<31323334353637383940>>

  /system/tpm/attestation/server/
pkcs11_key_store.h 40 // There is no barrier between the objects created by this class and any other
  /external/v8/test/cctest/
test-unboxed-doubles.cc     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineEarlyFragmentTests.cpp 262 const VkImageMemoryBarrier barrier = local
275 return barrier;
284 const VkBufferMemoryBarrier barrier = local
296 return barrier;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-port_test.cc     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
  /art/compiler/optimizing/
code_generator_arm.cc 408 // Slow path marking an object during a read barrier.
430 << "Unexpected instruction in read barrier marking slow path: "
457 // Slow path generating a read barrier for a heap reference.
481 // object, and the emitted read barrier cannot work properly.
495 << "Unexpected instruction in read barrier for heap reference slow path: "
633 // Slow path generating a read barrier for a GC root.
647 << "Unexpected instruction in read barrier for GC root slow path: "
    [all...]
code_generator_x86.cc 425 // Slow path marking an object during a read barrier.
447 << "Unexpected instruction in read barrier marking slow path: "
474 // Slow path generating a read barrier for a heap reference.
498 // object, and the emitted read barrier cannot work properly.
512 << "Unexpected instruction in read barrier for heap reference slow path: "
650 // Slow path generating a read barrier for a GC root.
664 << "Unexpected instruction in read barrier for GC root slow path: "
    [all...]
code_generator_x86_64.cc 446 // Slow path marking an object during a read barrier.
468 << "Unexpected instruction in read barrier marking slow path: "
495 // Slow path generating a read barrier for a heap reference.
519 // object, and the emitted read barrier cannot work properly.
533 << "Unexpected instruction in read barrier for heap reference slow path: "
670 // Slow path generating a read barrier for a GC root.
683 << "Unexpected instruction in read barrier for GC root slow path: "
    [all...]
inliner.cc 964 HMemoryBarrier* barrier = new (graph_->GetArena()) HMemoryBarrier(kStoreStore, kNoDexPc); local
    [all...]
  /art/runtime/
monitor.cc 768 // Assume no concurrent read barrier state changes as mutators are suspended.
774 // Assume no concurrent read barrier state changes as mutators are suspended.
780 // Assume no concurrent read barrier state changes as mutators are suspended.
    [all...]
intern_table.h 266 // Since this contains (strong) roots, they need a read barrier to
273 // Since this contains (weak) roots, they need a read barrier. Do
  /art/test/
Android.run-test.mk 523 # Tests that should fail in the read barrier configuration with the interpreter.
526 # Tests that should fail in the read barrier configuration with the Optimizing compiler (AOT).
527 # 484: Baker's fast path based read barrier compiler instrumentation generates code containing
529 # 527: On ARM64, the read barrier instrumentation does not support the HArm64IntermediateAddress
532 # not yet handled in the read barrier configuration.
538 # Tests that should fail in the read barrier configuration with JIT (Optimizing compiler).
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/
libgomp.a 79 barrier.o????? 4? ?? __text__TEXT5?d?__debug_frame__DWARF8<??__debug_info__DWARFte,?__debug_abbrev__DWARF??? __debug_aranges__DWARFf ?__debug_macinfo__DWARF? >__debug_line__DWARF? ?>?__debug_loc__DWARF?
98 S?__data__DATA? `??0X P(U??S???[??? ??$?~ ?@??t ??T?$?q ??[??????| ?$5? ?aGNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/libgomp/barrier.c5signed charunsigned charshort intshort unsigned intintunsigned intlong long intlong long unsigned intlong intcharlong unsigned int77+_opaque_pthread_cond_tA} __sigA?#
118 C?# ? ' __darwin_pthread_cond_ts? __darwin_pthread_key_tv __darwin_pthread_mutex_tx?pthread_cond_tB?pthread_mutex_tJpthread_key_te?gomp_semL5? mutex6P# cond79#, value8?#H gomp_sem_t;~ gomp_mutex_t$P?'A mutex1(?# sem1,?#, sem2-?#x total.?#? arrived/?#? gomp_barrier_t0?gomp_schedule_type;?GFS_STATICGFS_DYNAMICGFS_GUIDEDGFS_RUNTIMEW?nextZ?copyprivate]7gomp_work_sharePC? schedGW# chunk_sizeJ?# endN?# incrR?# lockU?#?#< threads_completedd?#@ ordered_curh?#D ordered_num_usedl?#H ordered_ownerr?#L ordered_team_idsz?#P ?? gomp_team_state?W team?R# work_share?X# team_id??# work_share_generation??# static_trip?#gomp_teaml?R work_share_lock??# work_shares?^#, generation_mask??#0 oldest_live_gen??#4 num_live_gen??#8 nthreads??#< prev_ts??#@ barrier?A#T master_release?#? ordered_release?d#?W?X ss ?h?? fn?9# data?7# ts??# release?#??y#5thr$?team%R,? $ ?%__CFConstantStringClassReferencegomp_tls_key?h% ? $ > $ > ' I  I : ;  : ; I8
204 !I : ;  : ; .: ; ' I ? .? : ; ' @? 4: ; I4: ; I1X Y !4I? 4 < 4: ; I? < 5??? /tmp/gcc/gcc-5666.3/build/obj/src/libgomp/usr/include/sys/tmp/gcc/gcc-5666.3/build/obj/src/libgomp/config/posixbarrier.clibgomp.h_types.htypes.hsem.hmutex.hbar.h"???~??M?tt5u 'P/5Pe?GOMP_barrieroe?_opaque_pthread_cond_t?_opaque_pthread_mutex_t?__darwin_pthread_cond_t?__darwin_pthread_key_t__darwin_pthread_mutex_t9pthread_cond_tPpthread_mutex_thpthread_key_t~gomp_sem?gomp_sem_t?gomp_mutex_tAgomp_barrier_tWgomp_schedule_type?gomp_work_share?gomp_team_stateWgomp_teamygomp_thread
    [all...]
  /art/build/
Android.common_build.mk 309 # Used to change the read barrier type. Valid values are BAKER, BROOKS, TABLELOOKUP.
321 # slowdown with the read barrier config. b/26744236.
  /art/runtime/gc/collector/
concurrent_copying.cc 46 region_space_(nullptr), gc_barrier_(new Barrier(0)),
59 "The region space size and the read barrier table region size must match");
524 // Release locks then wait for all mutator threads to pass the barrier.
539 // still in the middle of a read barrier which may have a from-space ref cached in a local
561 // Release locks then wait for all mutator threads to pass the barrier.
    [all...]
  /art/runtime/gc/
heap-inl.h 147 // barrier, if a non-moving space allocation, we need a write
148 // barrier as the class pointer may point to the bump pointer
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
core_cmFunc.h 580 /* Empty asm statement works as a scheduling barrier */
600 /* Empty asm statement works as a scheduling barrier */
  /external/autotest/client/common_lib/
error.py 310 """Indicates an error happened during a barrier operation."""
315 """Indicate that the barrier was explicitly aborted by a member."""
  /external/autotest/client/tests/kvm/tests/
stepmaker.py 165 # By default, check the barrier checkbox
167 # Set default sleep and barrier timeout durations
  /external/autotest/server/site_tests/factory_Basic/
test_list.fwteam_small 149 def Barrier(id_suffix):
429 Barrier('RUNIN'),
  /external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp 145 << " barrier();\n"
150 << " barrier();\n"
  /external/libchrome/base/metrics/
histogram_macros.h 50 // We could do this without any barrier, since FactoryGet entered and
51 // exited a lock after construction, but this barrier makes things clear.
  /external/libchrome/sandbox/linux/seccomp-bpf/
trap.cc 335 // The first barrier is probably not needed, but better be explicit in
338 // legitimate worry; but they at least thought that the barrier is
  /external/llvm/lib/CodeGen/
GCRootLowering.cpp 216 // Replace a write barrier with a simple store.
225 // Replace a read barrier with a simple load.
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 120 // The Memory Barrier Option constants map directly to the 4-bit encoding of
121 // the option field for memory barrier operations.

Completed in 616 milliseconds

<<31323334353637383940>>