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

  /art/compiler/dex/
arena_bit_vector.h 104 (expandable_ == src->IsExpandable()) &&
110 bool IsExpandable() const { return expandable_; }
117 const bool expandable_; // expand bitmap if we run out? member in class:art::ArenaBitVector
arena_bit_vector.cc 35 expandable_(expandable),
65 DCHECK(expandable_) << "Attempted to expand a non-expandable bitmap to position " << num;
99 DCHECK_EQ(expandable_, src->IsExpandable());
110 DCHECK_EQ(expandable_, src->IsExpandable());
  /external/chromium_org/ash/system/tray/
hover_highlight_view.cc 37 expandable_(false),
126 if (expandable != expandable_) {
127 expandable_ = expandable;
150 if (!expandable_ || size.height() < kTrayPopupItemHeight)
hover_highlight_view.h 83 bool expandable_; member in class:ash::internal::HoverHighlightView

Completed in 412 milliseconds