Home
last modified time | relevance | path

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

/dalvik/vm/
DIndirectRefTable.cpp37 table_ = (IndirectRefSlot*) malloc(initialCount * sizeof(IndirectRefSlot)); in init()
41 memset(table_, 0xd1, initialCount * sizeof(IndirectRefSlot)); in init()
79 IndirectRefSlot* slot; in add()
107 IndirectRefSlot* newTable = in add()
108 (IndirectRefSlot*) realloc(table_, newSize * sizeof(IndirectRefSlot)); in add()
118 (newSize - alloc_entries_) * sizeof(IndirectRefSlot)); in add()
187 const IndirectRefSlot* table) { in findObject()
DIndirectRefTable.h119 struct IndirectRefSlot { struct
204 explicit iref_iterator(IndirectRefSlot* table, size_t i, size_t capacity) : in iref_iterator()
232 IndirectRefSlot* table_;
255 IndirectRefSlot* table_;