/external/v8/src/ |
D | type-feedback-vector.h | 104 FeedbackVectorSlotKind GetKind(int slot) const { in GetKind() function 147 FeedbackVectorSlotKind GetKind(int slot) const { in GetKind() function 203 FeedbackVectorSlotKind GetKind(FeedbackVectorSlot slot) const; 275 FeedbackVectorSlotKind GetKind(FeedbackVectorSlot slot) const; 468 DCHECK_EQ(FeedbackVectorSlotKind::CALL_IC, vector->GetKind(slot)); in CallICNexus() 472 DCHECK_EQ(FeedbackVectorSlotKind::CALL_IC, vector->GetKind(slot)); in CallICNexus() 509 DCHECK_EQ(FeedbackVectorSlotKind::LOAD_IC, vector->GetKind(slot)); in LoadICNexus() 517 DCHECK_EQ(FeedbackVectorSlotKind::LOAD_IC, vector->GetKind(slot)); in LoadICNexus() 534 DCHECK_EQ(FeedbackVectorSlotKind::LOAD_GLOBAL_IC, vector->GetKind(slot)); in LoadGlobalICNexus() 538 DCHECK_EQ(FeedbackVectorSlotKind::LOAD_GLOBAL_IC, vector->GetKind(slot)); in LoadGlobalICNexus() [all …]
|
D | type-feedback-vector.cc | 33 FeedbackVectorSlotKind TypeFeedbackMetadata::GetKind( in GetKind() function in v8::internal::TypeFeedbackMetadata 41 DCHECK(SlotRequiresName(GetKind(slot))); in GetName() 80 FeedbackVectorSlotKind kind = spec->GetKind(i); in New() 83 FeedbackVectorSlotKind kind = spec->GetKind(i + j); in New() 110 FeedbackVectorSlotKind kind = spec->GetKind(i); in New() 147 FeedbackVectorSlotKind kind = GetKind(slot); in SpecDiffersFrom() 150 if (kind != other_spec->GetKind(i)) { in SpecDiffersFrom() 175 FeedbackVectorSlotKind kind = GetKind(slot); in DiffersFrom() 177 if (GetKind(slot) != other_metadata->GetKind(slot)) { in DiffersFrom() 219 FeedbackVectorSlotKind TypeFeedbackVector::GetKind( in GetKind() function in v8::internal::TypeFeedbackVector [all …]
|
D | type-feedback-vector-inl.h | 255 slot_kind_ = metadata()->GetKind(cur_slot_); in Next() 269 FeedbackVectorSlotKind kind = vector()->GetKind(slot()); in GetFeedbackExtra() 285 FeedbackVectorSlotKind kind = vector()->GetKind(slot()); in SetFeedbackExtra()
|
D | type-info.cc | 77 FeedbackVectorSlotKind kind = feedback_vector_->GetKind(slot); in LoadInlineCacheState() 95 FeedbackVectorSlotKind kind = feedback_vector_->GetKind(slot); in StoreIsUninitialized() 141 feedback_vector_->GetKind(slot) == in GetStoreModeAndKeyType() 474 FeedbackVectorSlotKind kind = feedback_vector_->GetKind(slot); in CollectReceiverTypes()
|
D | objects-printer.cc | 690 FeedbackVectorSlotKind kind = This()->GetKind(slot); in FeedbackVectorSpecPrint()
|
/external/libvpx/libvpx/third_party/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 | 4968 BlockEntry::Kind Track::EOSBlock::GetKind() const { return kBlockEOS; } in GetKind() function in mkvparser::Track::EOSBlock 7542 BlockEntry::Kind SimpleBlock::GetKind() const { return kBlockSimple; } in GetKind() function in mkvparser::SimpleBlock 7565 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/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 879 return GetKind() == Invalid; in Empty() 883 DiffKind GetKind() { in GetKind() function in __anon9da9a8600111::TemplateDiff::DiffTree 1427 switch (Tree.GetKind()) { in TreeToString()
|
/external/v8/src/ic/ |
D | ic.cc | 2623 FeedbackVectorSlotKind kind = vector->GetKind(vector_slot); in RUNTIME_FUNCTION() 2660 vector->GetKind(vector_slot)); in RUNTIME_FUNCTION() 2681 vector->GetKind(vector_slot)); in RUNTIME_FUNCTION() 2766 if (vector->GetKind(vector_slot) == FeedbackVectorSlotKind::STORE_IC) { in RUNTIME_FUNCTION() 2773 vector->GetKind(vector_slot)); in RUNTIME_FUNCTION()
|
/external/v8/src/compiler/ |
D | bytecode-graph-builder.cc | 748 feedback_vector()->GetKind(feedback.slot())); in BuildLoadGlobal() 1432 feedback_vector()->GetKind(slot)); in GetBinaryOperationHint() 1447 feedback_vector()->GetKind(slot)); in GetCompareOperationHint()
|
D | js-native-context-specialization.cc | 230 if (vector->GetKind(slot) != FeedbackVectorSlotKind::STORE_IC) { in ReduceNamedAccess() 1205 DCHECK_EQ(FeedbackVectorSlotKind::STORE_IC, vector->GetKind(slot)); in BuildPropertyAccess()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 6892 if (vector->GetKind(slot) == FeedbackVectorSlotKind::KEYED_STORE_IC) { in BuildNamedGeneric()
|