Searched refs:alloc_pos_ (Results 1 – 1 of 1) sorted by relevance
31 while (alloc_pos_ < size && indexes_map_[alloc_pos_]) { in AllocateIndex()32 ++alloc_pos_; in AllocateIndex()34 MarkUsedIndex(alloc_pos_); in AllocateIndex()35 return alloc_pos_++; in AllocateIndex()48 dex::u4 alloc_pos_ = 0; variable