HomeSort by: relevance | last modified time | path
    Searched refs:LoadWritable (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_local_address_space_view.h 38 // undefined. Callers should use `LoadWritable()` to get access to memory
55 // by subsequent `Load()` or `LoadWritable()` calls provided the
59 // separate calls to `LoadWritable()`, it is implementation defined whether
69 static T *LoadWritable(T *target_address, uptr num_elements = 1) {
sanitizer_allocator_secondary.h 207 Header **chunks = AddressSpaceView::LoadWritable(chunks_, n_chunks_);
210 AddressSpaceView::LoadWritable(chunks[i])->chunk_idx = i;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_local_address_space_view.h 37 // undefined. Callers should use `LoadWritable()` to get access to memory
54 // by subsequent `Load()` or `LoadWritable()` calls provided the
58 // separate calls to `LoadWritable()`, it is implementation defined whether
68 static T *LoadWritable(T *target_address, uptr num_elements = 1) {
sanitizer_flat_map.h 117 return *AddressSpaceView::LoadWritable(&map2[idx % kSize2]);
sanitizer_allocator_secondary.h 209 Header **chunks = AddressSpaceView::LoadWritable(chunks_, n_chunks_);
212 AddressSpaceView::LoadWritable(chunks[i])->chunk_idx = i;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_local_address_space_view.h 37 // undefined. Callers should use `LoadWritable()` to get access to memory
54 // by subsequent `Load()` or `LoadWritable()` calls provided the
58 // separate calls to `LoadWritable()`, it is implementation defined whether
68 static T *LoadWritable(T *target_address, uptr num_elements = 1) {
sanitizer_flat_map.h 109 return *AddressSpaceView::LoadWritable(&map2[idx % kSize2]);
sanitizer_allocator_secondary.h 209 Header **chunks = AddressSpaceView::LoadWritable(chunks_, n_chunks_);
212 AddressSpaceView::LoadWritable(chunks[i])->chunk_idx = i;

Completed in 29 milliseconds