Searched refs:topIndex (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DIndirectRefTable.cpp65 size_t topIndex = segmentState.parts.topIndex; local
82 assert(topIndex > 1);
84 * we know the item at the topIndex is not a hole */
85 slot = &table_[topIndex - 1];
88 assert(slot >= table_ + prevState.parts.topIndex);
93 if (topIndex == alloc_entries_) {
95 if (topIndex == max_entries_) {
123 slot = &table_[topIndex++];
124 segmentState.parts.topIndex
157 u4 topIndex = segmentState.parts.topIndex; local
186 findObject(const Object* obj, int bottomIndex, int topIndex, const IndirectRefSlot* table) argument
217 u4 topIndex = segmentState.parts.topIndex; local
[all...]
H A DIndirectRefTable.h145 * also removed. Thus, deletion of an entry may reduce "topIndex" by more
197 u4 topIndex:16; /* index of first unused entry */ member in struct:IRTSegmentState::__anon18
335 return segmentState.parts.topIndex;

Completed in 18 milliseconds