HomeSort by relevance Sort by last modified time
    Searched refs:GetUpperBound (Results 1 - 12 of 12) sorted by null

  /art/compiler/optimizing/
reference_type_propagation.cc 140 DCHECK(instr->AsBoundType()->GetUpperBound().IsValid());
211 if (existing_bound_type->GetUpperBound().IsSupertypeOf(upper_bound)) {
608 ReferenceTypeInfo class_rti = instr->GetUpperBound();
644 if (bound_type == nullptr || bound_type->GetUpperBound().IsValid()) {
    [all...]
graph_checker.cc     [all...]
nodes.cc     [all...]
nodes.h     [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 323 int GetUpperBound() const { return m_nSize - 1; }
1088 for (int32_t i = m_DataLists.GetUpperBound(); i >= 0; i--) {
1124 int32_t iEnd = m_DataLists.GetUpperBound();
1146 int32_t iEnd = m_DataLists.GetUpperBound();
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 230 for (int32_t i = m_FontFaces.GetUpperBound(); i >= 0; i--) {
283 for (int32_t i = m_FontFaces.GetUpperBound(); i >= 0; i--) {
  /external/pdfium/xfa/src/fdp/src/fde/
fde_geobject.cpp 160 int32_t iLast = points.GetUpperBound();
  /external/v8/src/compiler/
simplified-lowering.cc 672 Type* GetUpperBound(Node* node) { return NodeProperties::GetType(node); }
676 return GetUpperBound(node->InputAt(0))->Is(type);
689 return GetUpperBound(node->InputAt(0))->Is(type) &&
690 GetUpperBound(node->InputAt(1))->Is(type);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 91 int GetUpperBound() const;
122 inline int CDXArray<TYPE,ARG_TYPE>::GetUpperBound() const { return m_nSize-1; }
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.cpp 411 for (int32_t j = m_MatchedRules.GetUpperBound(); j >= 0; --j) {
526 importants[importants.GetUpperBound()] != pDecl) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp     [all...]
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 48 for (int32_t i = m_Fonts.GetUpperBound(); i >= 0; i--) {
    [all...]

Completed in 1005 milliseconds