Searched refs:primary_ (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ic/ |
D | stub-cache.cc | 63 Entry* primary = entry(primary_, primary_offset); in Set() 87 Entry* primary = entry(primary_, primary_offset); in Get() 103 primary_[i].key = isolate()->heap()->empty_string(); in Clear() 104 primary_[i].map = nullptr; in Clear() 105 primary_[i].value = empty; in Clear() 119 if (primary_[i].key == *name) { in CollectMatchingMaps() 120 Map* map = primary_[i].map; in CollectMatchingMaps() 126 if (entry(primary_, offset) == &primary_[i] && in CollectMatchingMaps()
|
D | stub-cache.h | 72 return StubCache::primary_; in first_entry() 157 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 | 1294 primary_.Init(); in InitCommon() 1322 bool from_primary = primary_.CanAllocate(size, alignment); 1324 res = cache->Allocate(&primary_, primary_.ClassID(size)); 1360 if (primary_.PointerIsMine(p)) in Deallocate() 1361 cache->Deallocate(&primary_, primary_.GetSizeClass(p), p); in Deallocate() 1385 if (primary_.PointerIsMine(p)) in PointerIsMine() 1391 return primary_.PointerIsMine(p); in FromPrimary() 1395 if (primary_.PointerIsMine(p)) in GetMetaData() 1396 return primary_.GetMetaData(p); in GetMetaData() 1401 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::__anon2b24e3b00111::VoECodecTest
|