Home
last modified time | relevance | path

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

/external/libvpx/libwebm/
Dmkvparser.hpp84 bool IsKey() const;
Dmkvparser.cpp5425 return Track::VetEntry(pBlockEntry) && pBlockEntry->GetBlock()->IsKey(); in VetEntry()
7731 if (!pBlock->IsKey()) in GetEntry()
7831 if (!pBlock->IsKey()) in GetEntry()
7868 if (pBlock->IsKey())
8315 bool Block::IsKey() const { in IsKey() function in mkvparser::Block
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp84 bool IsKey() const;
Dmkvparser.cpp5422 return Track::VetEntry(pBlockEntry) && pBlockEntry->GetBlock()->IsKey(); in VetEntry()
7733 if (!pBlock->IsKey()) in GetEntry()
7833 if (!pBlock->IsKey()) in GetEntry()
7870 if (pBlock->IsKey())
8317 bool Block::IsKey() const { in IsKey() function in mkvparser::Block
/external/v8/src/
Dobjects.cc4292 if (dictionary->IsKey(k)) { in MigrateSlowToFast()
4341 if (dictionary->IsKey(k)) { in MigrateSlowToFast()
5208 if (dictionary->IsKey(k) && in FreezeDictionary()
5531 if (element_dictionary->IsKey(k)) { in StructureWalk()
13046 if (DerivedHashTable::IsKey(k)) { in Print()
13068 if (Dictionary::IsKey(k)) { in CopyValuesTo()
13818 if (IsKey(k)) { in Rehash()
13880 if (IsKey(current_key)) { in Rehash()
13884 if (!IsKey(target_key) || in Rehash()
14148 if (!dict->IsKey(k)) continue; in PrepareSlowElementsForSort()
[all …]
Dheap-snapshot-generator.cc1689 if (dictionary->IsKey(k)) { in ExtractPropertyReferences()
1740 if (dictionary->IsKey(k)) { in ExtractElementReferences()
Druntime.cc1727 if (table->IsKey(*key)) { in RUNTIME_FUNCTION()
1774 RUNTIME_ASSERT(table->IsKey(*key)); in RUNTIME_FUNCTION()
1788 RUNTIME_ASSERT(table->IsKey(*key)); in RUNTIME_FUNCTION()
1802 RUNTIME_ASSERT(table->IsKey(*key)); in RUNTIME_FUNCTION()
1820 RUNTIME_ASSERT(table->IsKey(*key)); in RUNTIME_FUNCTION()
1839 if (table->IsKey(*key)) { in RUNTIME_FUNCTION()
10198 if (dictionary->IsKey(*key)) { in EstimateElementCount()
10316 if (dict->IsKey(*k)) { in CollectElementIndices()
Dbootstrapper.cc2525 if (properties->IsKey(raw_key)) { in TransferNamedProperties()
Dobjects.h3252 bool IsKey(Object* k) { in IsKey() function
/external/v8/src/heap/
Dincremental-marking.cc470 if (stubs->IsKey(k)) { in PatchIncrementalMarkingRecordWriteStubs()
Dmark-compact.cc2495 if (!table->IsKey(key)) continue; in ClearNonLiveReferences()