/external/v8/src/ |
D | type-feedback-vector.h | 79 FeedbackVectorSlotKind GetKind(int slot) const { in GetKind() function 107 FeedbackVectorSlotKind GetKind(int slot) const { in GetKind() function 143 FeedbackVectorSlotKind GetKind(FeedbackVectorSlot slot) const; 208 inline FeedbackVectorSlotKind GetKind(FeedbackVectorSlot slot) const; 296 slot_kind_ = metadata()->GetKind(slot); in Next() 401 DCHECK_EQ(FeedbackVectorSlotKind::CALL_IC, vector->GetKind(slot)); in CallICNexus() 405 DCHECK_EQ(FeedbackVectorSlotKind::CALL_IC, vector->GetKind(slot)); in CallICNexus() 436 DCHECK_EQ(FeedbackVectorSlotKind::LOAD_IC, vector->GetKind(slot)); in LoadICNexus() 444 DCHECK_EQ(FeedbackVectorSlotKind::LOAD_IC, vector->GetKind(slot)); in LoadICNexus() 461 DCHECK_EQ(FeedbackVectorSlotKind::KEYED_LOAD_IC, vector->GetKind(slot)); in KeyedLoadICNexus() [all …]
|
D | type-feedback-vector-inl.h | 77 FeedbackVectorSlotKind TypeFeedbackVector::GetKind( in GetKind() function 80 return metadata()->GetKind(slot); in GetKind() 162 FeedbackVectorSlotKind kind = vector()->GetKind(slot()); in GetFeedbackExtra() 178 FeedbackVectorSlotKind kind = vector()->GetKind(slot()); in SetFeedbackExtra()
|
D | type-feedback-vector.cc | 28 FeedbackVectorSlotKind TypeFeedbackMetadata::GetKind( in GetKind() function in v8::internal::TypeFeedbackMetadata 64 FeedbackVectorSlotKind kind = spec->GetKind(i); in New() 67 FeedbackVectorSlotKind kind = spec->GetKind(i + j); in New() 84 metadata->SetKind(FeedbackVectorSlot(i), spec->GetKind(i)); in New() 98 if (GetKind(FeedbackVectorSlot(i)) != other_spec->GetKind(i)) { in SpecDiffersFrom()
|
D | type-info.cc | 78 FeedbackVectorSlotKind kind = feedback_vector_->GetKind(slot); in LoadInlineCacheState() 96 FeedbackVectorSlotKind kind = feedback_vector_->GetKind(slot); in StoreIsUninitialized() 142 feedback_vector_->GetKind(slot) == in GetStoreModeAndKeyType() 360 FeedbackVectorSlotKind kind = feedback_vector_->GetKind(slot); in CollectReceiverTypes()
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 137 virtual Kind GetKind() const = 0; 152 Kind GetKind() const; 172 Kind GetKind() const; 383 Kind GetKind() const;
|
D | mkvparser.cpp | 4977 BlockEntry::Kind Track::EOSBlock::GetKind() const { return kBlockEOS; } in GetKind() function in mkvparser::Track::EOSBlock 7234 bool BlockEntry::EOS() const { return (GetKind() == kBlockEOS); } in EOS() 7243 BlockEntry::Kind SimpleBlock::GetKind() const { return kBlockSimple; } in GetKind() function in mkvparser::SimpleBlock 7266 BlockEntry::Kind BlockGroup::GetKind() const { return kBlockGroup; } in GetKind() function in mkvparser::BlockGroup
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 129 bool EOS() const { return (GetKind() == kBlockEOS); } in EOS() 135 virtual Kind GetKind() const = 0; 150 Kind GetKind() const; 170 Kind GetKind() const; 381 Kind GetKind() const;
|
D | mkvparser.cc | 4976 BlockEntry::Kind Track::EOSBlock::GetKind() const { return kBlockEOS; } in GetKind() function in mkvparser::Track::EOSBlock 7460 BlockEntry::Kind SimpleBlock::GetKind() const { return kBlockSimple; } in GetKind() function in mkvparser::SimpleBlock 7483 BlockEntry::Kind BlockGroup::GetKind() const { return kBlockGroup; } in GetKind() function in mkvparser::BlockGroup
|
/external/v8/test/cctest/ |
D | test-feedback-vector.cc | 22 CHECK_EQ(expected_kind, helper.vector()->GetKind(helper.slot(index))); 137 FeedbackVectorSlotKind kind = vector->GetKind(helper.slot(i)); in TEST()
|
/external/v8/src/ic/ |
D | ic.cc | 2251 if (vector->GetKind(vector_slot) == FeedbackVectorSlotKind::LOAD_IC) { in RUNTIME_FUNCTION() 2258 vector->GetKind(vector_slot)); in RUNTIME_FUNCTION() 2321 if (vector->GetKind(vector_slot) == FeedbackVectorSlotKind::STORE_IC) { in RUNTIME_FUNCTION() 2329 vector->GetKind(vector_slot)); in RUNTIME_FUNCTION() 2372 if (vector->GetKind(vector_slot) == FeedbackVectorSlotKind::STORE_IC) { in RUNTIME_FUNCTION() 2380 vector->GetKind(vector_slot)); in RUNTIME_FUNCTION() 2967 if (vector->GetKind(vector_slot) == FeedbackVectorSlotKind::LOAD_IC) { in RUNTIME_FUNCTION() 2974 vector->GetKind(vector_slot)); in RUNTIME_FUNCTION()
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 789 return GetKind() == Invalid; in Empty() 793 DiffKind GetKind() { in GetKind() function in __anon89c8eca50111::TemplateDiff::DiffTree 1440 switch (Tree.GetKind()) { in TreeToString()
|
/external/v8/test/cctest/heap/ |
D | test-heap.cc | 3670 if (vector->GetKind(slot) == FeedbackVectorSlotKind::LOAD_IC) { in CheckVectorIC() 3674 CHECK_EQ(FeedbackVectorSlotKind::KEYED_LOAD_IC, vector->GetKind(slot)); in CheckVectorIC()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 7260 if (current_feedback_vector()->GetKind(slot) == in BuildNamedGeneric()
|