/external/v8/src/runtime/ |
D | runtime-collections.cc | 82 DCHECK(EphemeronHashTable::IsKey(ReadOnlyRoots(isolate), *key)); in RUNTIME_FUNCTION() 105 DCHECK(EphemeronHashTable::IsKey(ReadOnlyRoots(isolate), *key)); in RUNTIME_FUNCTION()
|
D | runtime-classes.cc | 249 if (!Dictionary::IsKey(roots, maybe_key)) continue; in SubstituteValues() 299 if (!NameDictionary::IsKey(roots, maybe_key)) continue; in UpdateProtectors()
|
/external/v8/src/objects/ |
D | hash-table-inl.h | 167 bool HashTable<Derived, Shape>::IsKey(ReadOnlyRoots roots, Object k) { in IsKey() function 176 if (!IsKey(roots, k)) return false; in ToKey() 185 if (!IsKey(GetReadOnlyRoots(isolate), k)) return false; in ToKey()
|
D | ordered-hash-table-inl.h | 35 bool OrderedHashTable<Derived, entrysize>::IsKey(ReadOnlyRoots roots, in IsKey() function
|
D | hash-table.h | 151 static inline bool IsKey(ReadOnlyRoots roots, Object k); in EXPORT_TEMPLATE_DECLARE()
|
D | objects.cc | 5617 if (!IsKey(roots, k)) continue; in Rehash() 5678 if (!IsKey(roots, current_key)) { in Rehash() 5688 if (!IsKey(roots, target_key) || in Rehash() 5806 if (!IsKey(roots, KeyAt(isolate, entry))) return entry; in FindInsertionEntry() 5877 DCHECK(dictionary->IsKey(dictionary->GetReadOnlyRoots(), in NextEnumerationIndex() 6112 DCHECK(this->IsKey(roots, *key)); in Lookup() 6125 DCHECK(this->IsKey(roots, *key)); in Lookup() 6151 DCHECK(table->IsKey(ReadOnlyRoots(isolate), *key)); in Put() 6168 DCHECK(table->IsKey(roots, *key)); in Put() 6208 DCHECK(table->IsKey(table->GetReadOnlyRoots(), *key)); in Remove() [all …]
|
D | ordered-hash-table.h | 86 static inline bool IsKey(ReadOnlyRoots roots, Object k);
|
D | elements.cc | 1366 if (dict->IsKey(roots, index)) { in SetLengthImpl() 1384 if (dict->IsKey(roots, index)) { in SetLengthImpl() 1427 if (!dict.IsKey(roots, key)) continue; in HasAccessorsImpl() 1537 if (!dictionary->IsKey(ReadOnlyRoots(isolate), raw_key)) return kMaxUInt32; in GetKeyForEntryImpl() 1556 if (!dictionary->IsKey(roots, raw_key)) continue; in CollectElementIndicesImpl() 1603 if (!dictionary->IsKey(roots, k)) continue; in AddElementsToKeyAccumulatorImpl()
|
D | js-objects.cc | 3456 if (!OrderedNameDictionary::IsKey(roots, key)) { in MigrateSlowToFast() 3463 DCHECK(dictionary->IsKey(roots, dictionary->KeyAt(isolate, index))); in MigrateSlowToFast() 3531 if (!OrderedNameDictionary::IsKey(roots, key_obj)) { in MigrateSlowToFast()
|
D | ordered-hash-table.cc | 358 if (!IsKey(roots, k)) return false; in ToKey()
|
/external/libvpx/libvpx/ |
D | webmdec.cc | 191 webm_ctx->is_key_frame = block->IsKey(); in webm_read_frame()
|
/external/libaom/libaom/common/ |
D | webmdec.cc | 193 webm_ctx->is_key_frame = block->IsKey(); in webm_read_frame()
|
/external/v8/src/builtins/ |
D | builtins-array.cc | 866 if (dictionary.IsKey(roots, key)) { in EstimateElementCount() 940 if (!dict.IsKey(roots, k)) continue; in CollectElementIndices()
|
/external/libaom/libaom/third_party/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/libvpx/libvpx/third_party/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/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/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/profiler/ |
D | heap-snapshot-generator.cc | 1361 if (!dictionary.IsKey(roots, dictionary.KeyAt(i))) continue; in ExtractPropertyReferences() 1373 if (!dictionary.IsKey(roots, k)) continue; in ExtractPropertyReferences() 1414 if (!dictionary.IsKey(roots, k)) continue; in ExtractElementReferences()
|
/external/v8/src/init/ |
D | bootstrapper.cc | 5109 DCHECK(properties->IsKey(roots, raw_key)); in TransferNamedProperties()
|