HomeSort by relevance Sort by last modified time
    Searched defs:isSmall (Results 1 - 8 of 8) sorted by null

  /dalvik/vm/arch/x86/
Call386ABI.S 139 jg isSmall
145 isSmall:
  /external/llvm/include/llvm/ADT/
SmallSet.h 44 return isSmall() ? Vector.size() : Set.size();
49 if (isSmall()) {
59 if (!isSmall())
86 if (!isSmall())
101 bool isSmall() const { return Set.empty(); }
SmallPtrSet.h 85 if (!isSmall() && NumElements*4 < CurArraySize && CurArraySize > 32)
114 if (isSmall()) {
128 bool isSmall() const { return CurArray == SmallArray; }
SmallBitVector.h 84 bool isSmall() const {
89 assert(!isSmall());
101 assert(!isSmall() && "Tried to use an unaligned pointer");
107 assert(isSmall());
112 assert(isSmall());
150 if (RHS.isSmall())
163 if (!isSmall())
169 return isSmall() ? getSmallSize() == 0 : getPointer()->empty();
174 return isSmall() ? getSmallSize() : getPointer()->size();
179 if (isSmall()) {
    [all...]
SmallVector.h 83 /// isSmall - Return true if this is a smallvector which has not had dynamic
85 bool isSmall() const {
282 if (!this->isSmall())
389 if (!this->isSmall())
712 if (!this->isSmall() && !RHS.isSmall()) {
801 if (!RHS.isSmall()) {
803 if (!this->isSmall()) free(this->begin());
  /dalvik/vm/alloc/
Heap.cpp 670 bool isSmall = numBytesFreed > 0 && numBytesFreed < 1024;
673 isSmall ? "<" : "",
682 bool isSmall = numBytesFreed > 0 && numBytesFreed < 1024;
685 isSmall ? "<" : "",
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetFrame.java 362 public boolean isSmall() {
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 459 milliseconds