Searched refs:primary_ (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ic/ |
D | stub-cache.cc | 52 Entry* primary = entry(primary_, primary_offset); in Set() 79 Entry* primary = entry(primary_, primary_offset); in Get() 95 primary_[i].key = isolate()->heap()->empty_string(); in Clear() 96 primary_[i].map = NULL; in Clear() 97 primary_[i].value = empty; in Clear() 112 if (primary_[i].key == *name) { in CollectMatchingMaps() 113 Map* map = primary_[i].map; in CollectMatchingMaps() 119 if (entry(primary_, offset) == &primary_[i] && in CollectMatchingMaps()
|
D | stub-cache.h | 80 return StubCache::primary_; in first_entry() 159 Entry primary_[kPrimaryTableSize];
|
/external/webrtc/webrtc/base/ |
D | windowpicker.h | 41 : id_(id), title_(title), primary_(false) { in DesktopDescription() 48 bool primary() const { return primary_; } in primary() 49 void set_primary(bool primary) { primary_ = primary; } in set_primary() 54 bool primary_; variable
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 1270 primary_.Init(); in InitCommon() 1298 bool from_primary = primary_.CanAllocate(size, alignment); 1300 res = cache->Allocate(&primary_, primary_.ClassID(size)); 1336 if (primary_.PointerIsMine(p)) in Deallocate() 1337 cache->Deallocate(&primary_, primary_.GetSizeClass(p), p); in Deallocate() 1361 if (primary_.PointerIsMine(p)) in PointerIsMine() 1367 return primary_.PointerIsMine(p); in FromPrimary() 1371 if (primary_.PointerIsMine(p)) in GetMetaData() 1372 return primary_.GetMetaData(p); in GetMetaData() 1377 if (primary_.PointerIsMine(p)) in GetBlockBegin() [all …]
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_codec_unittest.cc | 76 memcpy(&primary_, &my_codec, sizeof(my_codec)); in SetUp() 94 CodecInst primary_; member in webrtc::voe::__anon99202ad10111::VoECodecTest
|