Home
last modified time | relevance | path

Searched refs:GetUpperBound (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_basic.h207 int GetUpperBound() const { return m_nSize - 1; } in GetUpperBound() function
398 for (int32_t i = m_DataLists.GetUpperBound(); i >= 0; i--) { in Clear()
434 int32_t iEnd = m_DataLists.GetUpperBound(); in GetAt()
457 int32_t iEnd = m_DataLists.GetUpperBound(); in Append()
/external/v8/src/compiler/
Dsimplified-lowering.cc492 new_type = Type::Intersect(GetUpperBound(node), new_type, graph_zone()); in UpdateFeedbackType()
678 Type* GetUpperBound(Node* node) { return NodeProperties::GetType(node); } in GetUpperBound() function in v8::internal::compiler::RepresentationSelector
682 return !GetUpperBound(node->InputAt(0))->Maybe(type); in InputCannotBe()
687 return GetUpperBound(node->InputAt(0))->Is(type); in InputIs()
700 return GetUpperBound(node->InputAt(0))->Is(type) && in BothInputsAre()
701 GetUpperBound(node->InputAt(1))->Is(type); in BothInputsAre()
711 return !GetUpperBound(node->InputAt(0))->Maybe(type) || in OneInputCannotBe()
712 !GetUpperBound(node->InputAt(1))->Maybe(type); in OneInputCannotBe()
1203 (GetUpperBound(node)->Is(Type::Signed32()) || in VisitSpeculativeAdditiveOp()
1204 GetUpperBound(node)->Is(Type::Unsigned32()) || in VisitSpeculativeAdditiveOp()
[all …]