/external/v8/src/objects/ |
D | hash-table-inl.h | 99 bool HashTable<Derived, Shape>::IsKey(ReadOnlyRoots roots, Object* k) { in IsKey() function 100 return Shape::IsKey(roots, k); in IsKey() 107 if (!IsKey(roots, k)) return false; in ToKey() 113 bool BaseShape<KeyT>::IsKey(ReadOnlyRoots roots, Object* key) { in IsKey() function
|
D | hash-table.h | 61 static inline bool IsKey(ReadOnlyRoots roots, Object* key); 155 static bool IsKey(ReadOnlyRoots roots, Object* k);
|
D | dictionary.h | 217 static inline bool IsKey(ReadOnlyRoots roots, Object* k);
|
/external/libaom/libaom/common/ |
D | webmdec.cc | 193 webm_ctx->is_key_frame = block->IsKey(); in webm_read_frame()
|
/external/libvpx/libvpx/ |
D | webmdec.cc | 191 webm_ctx->is_key_frame = block->IsKey(); in webm_read_frame()
|
/external/v8/src/builtins/ |
D | builtins-array.cc | 827 if (dictionary->IsKey(roots, key)) { in EstimateElementCount() 895 if (!dict->IsKey(roots, k)) continue; in CollectElementIndices()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 87 bool IsKey() const;
|
D | mkvparser.cc | 5429 return Track::VetEntry(pBlockEntry) && pBlockEntry->GetBlock()->IsKey(); in VetEntry() 7562 if (!pBlock->IsKey()) in GetEntry() 8030 bool Block::IsKey() const { in IsKey() function in mkvparser::Block
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 87 bool IsKey() const;
|
D | mkvparser.cc | 5416 return Track::VetEntry(pBlockEntry) && pBlockEntry->GetBlock()->IsKey(); in VetEntry() 7549 if (!pBlock->IsKey()) in GetEntry() 8017 bool Block::IsKey() const { in IsKey() function in mkvparser::Block
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 87 bool IsKey() const;
|
D | mkvparser.cc | 5416 return Track::VetEntry(pBlockEntry) && pBlockEntry->GetBlock()->IsKey(); in VetEntry() 7549 if (!pBlock->IsKey()) in GetEntry() 8017 bool Block::IsKey() const { in IsKey() function in mkvparser::Block
|
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 379 bool IsKey() const { return type_ == FBT_KEY; } in IsKey() function 515 } else if (IsKey()) { in ToString()
|
/external/v8/src/ |
D | elements.cc | 1448 if (dict->IsKey(roots, index)) { in SetLengthImpl() 1466 if (dict->IsKey(roots, index)) { in SetLengthImpl() 1542 if (!dict->IsKey(roots, key)) continue; in HasAccessorsImpl() 1655 if (!dictionary->IsKey(ReadOnlyRoots(isolate), raw_key)) return kMaxUInt32; in GetKeyForEntryImpl() 1674 if (!dictionary->IsKey(roots, raw_key)) continue; in CollectElementIndicesImpl() 1721 if (!dictionary->IsKey(roots, k)) continue; in AddElementsToKeyAccumulatorImpl()
|
D | objects.cc | 6466 DCHECK(dictionary->IsKey(roots, dictionary->KeyAt(index))); in MigrateSlowToFast() 17777 DCHECK(dictionary->IsKey(dictionary->GetReadOnlyRoots(), in EnsureCapacity() 18144 DCHECK(this->IsKey(roots, *key)); in Lookup() 18156 DCHECK(this->IsKey(roots, *key)); in Lookup() 18182 DCHECK(table->IsKey(ReadOnlyRoots(isolate), *key)); in Put() 18199 DCHECK(table->IsKey(roots, *key)); in Put() 18240 DCHECK(table->IsKey(table->GetReadOnlyRoots(), *key)); in Remove() 18256 DCHECK(table->IsKey(roots, *key)); in Remove() 18323 DCHECK(table->IsKey(weak_collection->GetReadOnlyRoots(), *key)); in Set() 18340 DCHECK(table->IsKey(weak_collection->GetReadOnlyRoots(), *key)); in Delete()
|
D | objects-inl.h | 2959 bool GlobalDictionaryShape::IsKey(ReadOnlyRoots roots, Object* k) { in IsKey() function
|
D | bootstrapper.cc | 5592 DCHECK(properties->IsKey(roots, raw_key)); in TransferNamedProperties()
|
/external/v8/src/runtime/ |
D | runtime-classes.cc | 234 if (!Dictionary::IsKey(roots, maybe_key)) continue; in SubstituteValues()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1467 if (dictionary->IsKey(roots, dictionary->KeyAt(i))) { in ExtractPropertyReferences() 1482 if (dictionary->IsKey(roots, k)) { in ExtractPropertyReferences() 1528 if (dictionary->IsKey(roots, k)) { in ExtractElementReferences()
|