Searched refs:GetUpperBound (Results 1 – 7 of 7) sorted by relevance
230 for (int32_t i = m_FontFaces.GetUpperBound(); i >= 0; i--) { in ~CFPF_SkiaFontMgr()283 for (int32_t i = m_FontFaces.GetUpperBound(); i >= 0; i--) { in CreateFont()
323 int GetUpperBound() const { return m_nSize - 1; } in GetUpperBound() function1088 for (int32_t i = m_DataLists.GetUpperBound(); i >= 0; i--) { in Clear()1124 int32_t iEnd = m_DataLists.GetUpperBound(); in GetAt()1146 int32_t iEnd = m_DataLists.GetUpperBound(); in Append()
672 Type* GetUpperBound(Node* node) { return NodeProperties::GetType(node); } in GetUpperBound() function in v8::internal::compiler::RepresentationSelector676 return GetUpperBound(node->InputAt(0))->Is(type); in InputIs()689 return GetUpperBound(node->InputAt(0))->Is(type) && in BothInputsAre()690 GetUpperBound(node->InputAt(1))->Is(type); in BothInputsAre()1464 Type* rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode()1473 Type* rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode()1482 Type* rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode()2090 GetUpperBound(node)->Is(GetUpperBound(replacement)) && in DeferReplacement()
160 int32_t iLast = points.GetUpperBound(); in AddCurve()
411 for (int32_t j = m_MatchedRules.GetUpperBound(); j >= 0; --j) { in SortRulesTo()526 importants[importants.GetUpperBound()] != pDecl) { in ApplyDeclarations()
48 for (int32_t i = m_Fonts.GetUpperBound(); i >= 0; i--) { in ~CFX_StdFontMgrImp()
1470 int32_t iEnd = m_NewObjNumArray.GetUpperBound(); in AppendNewObjNum()