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

  /dalvik/vm/
IndirectRefTable.c 77 if (sst.parts.topIndex > pRef->segmentState.parts.topIndex) {
79 pRef->segmentState.parts.topIndex, sst.parts.topIndex);
82 if (sst.parts.numHoles >= sst.parts.topIndex) {
84 sst.parts.numHoles, sst.parts.topIndex);
89 pRef, pRef->kind, sst.parts.topIndex, sst.parts.numHoles);
146 int topIndex = pRef->segmentState.parts.topIndex;
147 int bottomIndex = prevState.parts.topIndex;
    [all...]
IndirectRefTable.h 128 * also removed. Thus, deletion of an entry may reduce "topIndex" by more
180 u4 topIndex:16; /* index of first unused entry */
300 return pRef->segmentState.parts.topIndex;
334 int topIndex = pRef->segmentState.parts.topIndex;
335 if (topIndex == pRef->allocEntries) {
339 IndirectRef result = dvmObjectToIndirectRef(pRef, obj, topIndex,
341 pRef->table[topIndex++] = obj;
342 pRef->segmentState.parts.topIndex = topIndex;
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogFilter.java 406 int topIndex = mTable.getTopIndex();
444 // we need to make sure the topIndex is still visible.
448 topIndex -= mRemovedMessageCount;
449 if (topIndex < 0) {
453 mTable.showItem(mTable.getItem(topIndex));
  /frameworks/base/awt/org/apache/harmony/awt/gl/
MultiRectAreaOp.java 142 int topIndex = 1;
148 int j = topIndex;
164 topIndex = j;
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 235 milliseconds