Home
last modified time | relevance | path

Searched refs:GetKind (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dtype-feedback-vector.h104 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 …]
Dtype-feedback-vector.cc33 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 …]
Dtype-feedback-vector-inl.h255 slot_kind_ = metadata()->GetKind(cur_slot_); in Next()
269 FeedbackVectorSlotKind kind = vector()->GetKind(slot()); in GetFeedbackExtra()
285 FeedbackVectorSlotKind kind = vector()->GetKind(slot()); in SetFeedbackExtra()
Dtype-info.cc77 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()
Dobjects-printer.cc690 FeedbackVectorSlotKind kind = This()->GetKind(slot); in FeedbackVectorSpecPrint()
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h129 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;
Dmkvparser.cc4968 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/
Dmkvparser.h129 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;
Dmkvparser.cc4976 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/
DASTDiagnostic.cpp879 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/
Dic.cc2623 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/
Dbytecode-graph-builder.cc748 feedback_vector()->GetKind(feedback.slot())); in BuildLoadGlobal()
1432 feedback_vector()->GetKind(slot)); in GetBinaryOperationHint()
1447 feedback_vector()->GetKind(slot)); in GetCompareOperationHint()
Djs-native-context-specialization.cc230 if (vector->GetKind(slot) != FeedbackVectorSlotKind::STORE_IC) { in ReduceNamedAccess()
1205 DCHECK_EQ(FeedbackVectorSlotKind::STORE_IC, vector->GetKind(slot)); in BuildPropertyAccess()
/external/v8/src/crankshaft/
Dhydrogen.cc6892 if (vector->GetKind(slot) == FeedbackVectorSlotKind::KEYED_STORE_IC) { in BuildNamedGeneric()