Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dhash-table-inl.h99 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
Dhash-table.h61 static inline bool IsKey(ReadOnlyRoots roots, Object* key);
155 static bool IsKey(ReadOnlyRoots roots, Object* k);
Ddictionary.h217 static inline bool IsKey(ReadOnlyRoots roots, Object* k);
/external/libaom/libaom/common/
Dwebmdec.cc193 webm_ctx->is_key_frame = block->IsKey(); in webm_read_frame()
/external/libvpx/libvpx/
Dwebmdec.cc191 webm_ctx->is_key_frame = block->IsKey(); in webm_read_frame()
/external/v8/src/builtins/
Dbuiltins-array.cc827 if (dictionary->IsKey(roots, key)) { in EstimateElementCount()
895 if (!dict->IsKey(roots, k)) continue; in CollectElementIndices()
/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/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.h87 bool IsKey() const;
Dmkvparser.cc5416 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/
Dmkvparser.h87 bool IsKey() const;
Dmkvparser.cc5416 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/
Dflexbuffers.h379 bool IsKey() const { return type_ == FBT_KEY; } in IsKey() function
515 } else if (IsKey()) { in ToString()
/external/v8/src/
Delements.cc1448 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()
Dobjects.cc6466 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()
Dobjects-inl.h2959 bool GlobalDictionaryShape::IsKey(ReadOnlyRoots roots, Object* k) { in IsKey() function
Dbootstrapper.cc5592 DCHECK(properties->IsKey(roots, raw_key)); in TransferNamedProperties()
/external/v8/src/runtime/
Druntime-classes.cc234 if (!Dictionary::IsKey(roots, maybe_key)) continue; in SubstituteValues()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1467 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()