Home
last modified time | relevance | path

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

/external/v8/src/
Dtype-feedback-vector.h79 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 …]
Dtype-feedback-vector-inl.h77 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()
Dtype-feedback-vector.cc28 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()
Dtype-info.cc78 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/
Dmkvparser.hpp137 virtual Kind GetKind() const = 0;
152 Kind GetKind() const;
172 Kind GetKind() const;
383 Kind GetKind() const;
Dmkvparser.cpp4977 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/
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/v8/test/cctest/
Dtest-feedback-vector.cc22 CHECK_EQ(expected_kind, helper.vector()->GetKind(helper.slot(index)));
137 FeedbackVectorSlotKind kind = vector->GetKind(helper.slot(i)); in TEST()
/external/v8/src/ic/
Dic.cc2251 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/
DASTDiagnostic.cpp789 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/
Dtest-heap.cc3670 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/
Dhydrogen.cc7260 if (current_feedback_vector()->GetKind(slot) == in BuildNamedGeneric()