| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_stackdepot.h | 63 InternalMmapVector<IdDescPair> map_; member in class:__sanitizer::StackDepotReverseMap
|
| sanitizer_allocator_bytemap.h | 23 internal_memset(map_, 0, sizeof(map_)); 28 CHECK_EQ(0U, map_[idx]); 29 map_[idx] = val; 34 return map_[idx]; 37 u8 map_[kSize]; member in class:FlatByteMap
|
| sanitizer_addrhashmap.h | 83 AddrHashMap<T, kSize> *map_; member in class:__sanitizer::AddrHashMap::Handle 104 map_ = map; 108 map_->acquire(this); 114 map_ = map; 118 map_->acquire(this); 124 map_ = map; 128 map_->acquire(this); 133 map_->release(this);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_dense_alloc.h | 49 internal_memset(map_, 0, sizeof(map_)); 57 if (map_[i] != 0) 58 UnmapOrDie(map_[i], kL2Size * sizeof(T)); 78 return &map_[idx / kL2Size][idx % kL2Size]; 96 T *map_[kL1Size]; member in class:__tsan::DenseSlabAlloc 121 map_[fillpos_++] = batch;
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flat_map.h | 30 void Init() { internal_memset(map_, 0, sizeof(map_)); } 41 return map_[idx]; 46 return map_[idx]; 50 T map_[kSize]; member in class:__sanitizer::FlatMap
|
| sanitizer_addrhashmap.h | 87 AddrHashMap<T, kSize> *map_; member in class:__sanitizer::AddrHashMap::Handle 141 map_ = map; 145 map_->acquire(this); 151 map_ = map; 155 map_->acquire(this); 161 map_ = map; 165 map_->acquire(this); 170 map_->release(this);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flat_map.h | 36 void Init() { internal_memset(map_, 0, sizeof(map_)); } 47 return map_[idx]; 52 return map_[idx]; 56 T map_[kSize]; member in class:__sanitizer::FlatMap
|
| sanitizer_addrhashmap.h | 87 AddrHashMap<T, kSize> *map_; member in class:__sanitizer::AddrHashMap::Handle 141 map_ = map; 145 map_->acquire(this); 151 map_ = map; 155 map_->acquire(this); 161 map_ = map; 165 map_->acquire(this); 170 map_->release(this);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_dense_alloc.h | 58 internal_memset(map_, 0, sizeof(map_)); 63 if (map_[i] != 0) 64 UnmapOrDie(map_[i], kL2Size * sizeof(T)); 84 return &map_[idx / kL2Size][idx % kL2Size]; 108 T *map_[kL1Size]; member in class:__tsan::DenseSlabAlloc 134 map_[fillpos] = batch;
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_dense_alloc.h | 58 internal_memset(map_, 0, sizeof(map_)); 63 if (map_[i] != 0) 64 UnmapOrDie(map_[i], kL2Size * sizeof(T)); 84 return &map_[idx / kL2Size][idx % kL2Size]; 105 for (IndexT l2 = l1 == 0 ? 1 : 0; l2 < kL2Size; l2++) func(&map_[l1][l2]); 110 T *map_[kL1Size]; member in class:__tsan::DenseSlabAlloc 181 map_[fillpos] = batch;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-coalesce.cc | 89 static var_map map_; variable 429 initialize_conflict_count (*pp2, conflicts_, map_); 431 initialize_conflict_count (*pp1, conflicts_, map_); 485 map_ = map; 488 map_ = NULL;
|
| auto-profile.cc | 190 string_index_map map_; member in class:autofdo::string_table 331 name_function_instance_map map_; member in class:autofdo::autofdo_source_profile 469 string_index_map::const_iterator iter = map_.find (name); 470 if (iter == map_.end ()) 520 map_[vector_.last ()] = i; 704 for (name_function_instance_map::const_iterator iter = map_.begin (); 705 iter != map_.end (); ++iter) 717 name_function_instance_map::const_iterator ret = map_.find (index); 718 return ret == map_.end () ? NULL : ret->second; 879 map_[s->name ()] = s [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-coalesce.cc | 88 static var_map map_; variable 428 initialize_conflict_count (*pp2, conflicts_, map_); 430 initialize_conflict_count (*pp1, conflicts_, map_); 484 map_ = map; 487 map_ = NULL;
|
| auto-profile.cc | 188 string_index_map map_; member in class:autofdo::string_table 329 name_function_instance_map map_; member in class:autofdo::autofdo_source_profile 468 string_index_map::const_iterator iter = map_.find (name); 469 if (iter == map_.end ()) 519 map_[vector_.last ()] = i; 703 for (name_function_instance_map::const_iterator iter = map_.begin (); 704 iter != map_.end (); ++iter) 716 name_function_instance_map::const_iterator ret = map_.find (index); 717 return ret == map_.end () ? NULL : ret->second; 878 map_[s->name ()] = s [all...] |