Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dwebmdec.cc195 webm_ctx->is_key_frame = block->IsKey(); in webm_read_frame()
/external/libvpx/libwebm/
Dmkvparser.hpp89 bool IsKey() const;
Dmkvparser.cpp5058 return Track::VetEntry(pBlockEntry) && pBlockEntry->GetBlock()->IsKey(); in VetEntry()
7195 if (!pBlock->IsKey()) in GetEntry()
7653 bool Block::IsKey() const { in IsKey() function in mkvparser::Block
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp85 bool IsKey() const;
Dmkvparser.cpp4967 return Track::VetEntry(pBlockEntry) && pBlockEntry->GetBlock()->IsKey(); in VetEntry()
7089 if (!pBlock->IsKey()) in GetEntry()
7517 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()