Home
last modified time | relevance | path

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

/dalvik/vm/
DIndirectRefTable.cpp65 size_t topIndex = segmentState.parts.topIndex; in add() local
82 assert(topIndex > 1); in add()
85 slot = &table_[topIndex - 1]; in add()
88 assert(slot >= table_ + prevState.parts.topIndex); in add()
93 if (topIndex == alloc_entries_) { in add()
95 if (topIndex == max_entries_) { in add()
123 slot = &table_[topIndex++]; in add()
124 segmentState.parts.topIndex = topIndex; in add()
157 u4 topIndex = segmentState.parts.topIndex; in get() local
159 if (index >= topIndex) { in get()
[all …]
DIndirectRefTable.h197 u4 topIndex:16; /* index of first unused entry */ member
335 return segmentState.parts.topIndex; in capacity()