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

  /dalvik/vm/
IndirectRefTable.cpp 37 table_ = (IndirectRefSlot*) malloc(initialCount * sizeof(IndirectRefSlot));
41 memset(table_, 0xd1, initialCount * sizeof(IndirectRefSlot));
79 IndirectRefSlot* slot;
107 IndirectRefSlot* newTable =
108 (IndirectRefSlot*) realloc(table_, newSize * sizeof(IndirectRefSlot));
118 (newSize - alloc_entries_) * sizeof(IndirectRefSlot));
187 const IndirectRefSlot* table) {
IndirectRefTable.h 119 struct IndirectRefSlot {
204 explicit iref_iterator(IndirectRefSlot* table, size_t i, size_t capacity) :
232 IndirectRefSlot* table_;
255 IndirectRefSlot* table_;

Completed in 680 milliseconds