Home
last modified time | relevance | path

Searched refs:IsKey (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/runtime/
Druntime-collections.cc82 DCHECK(EphemeronHashTable::IsKey(ReadOnlyRoots(isolate), *key)); in RUNTIME_FUNCTION()
105 DCHECK(EphemeronHashTable::IsKey(ReadOnlyRoots(isolate), *key)); in RUNTIME_FUNCTION()
Druntime-classes.cc249 if (!Dictionary::IsKey(roots, maybe_key)) continue; in SubstituteValues()
299 if (!NameDictionary::IsKey(roots, maybe_key)) continue; in UpdateProtectors()
/external/v8/src/objects/
Dhash-table-inl.h167 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()
Dordered-hash-table-inl.h35 bool OrderedHashTable<Derived, entrysize>::IsKey(ReadOnlyRoots roots, in IsKey() function
Dhash-table.h151 static inline bool IsKey(ReadOnlyRoots roots, Object k); in EXPORT_TEMPLATE_DECLARE()
Dobjects.cc5617 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 …]
Dordered-hash-table.h86 static inline bool IsKey(ReadOnlyRoots roots, Object k);
Delements.cc1366 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()
Djs-objects.cc3456 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()
Dordered-hash-table.cc358 if (!IsKey(roots, k)) return false; in ToKey()
/external/libvpx/libvpx/
Dwebmdec.cc191 webm_ctx->is_key_frame = block->IsKey(); in webm_read_frame()
/external/libaom/libaom/common/
Dwebmdec.cc193 webm_ctx->is_key_frame = block->IsKey(); in webm_read_frame()
/external/v8/src/builtins/
Dbuiltins-array.cc866 if (dictionary.IsKey(roots, key)) { in EstimateElementCount()
940 if (!dict.IsKey(roots, k)) continue; in CollectElementIndices()
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.h87 bool IsKey() const;
Dmkvparser.cc5429 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/
Dmkvparser.h87 bool IsKey() const;
Dmkvparser.cc5429 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/
Dmkvparser.h87 bool IsKey() const;
Dmkvparser.cc5429 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/
Dflexbuffers.h379 bool IsKey() const { return type_ == FBT_KEY; } in IsKey() function
515 } else if (IsKey()) { in ToString()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1361 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/
Dbootstrapper.cc5109 DCHECK(properties->IsKey(roots, raw_key)); in TransferNamedProperties()