Home
last modified time | relevance | path

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

/dalvik/vm/
DIndirectRefTable.cpp46 kind_ = desiredKind; in init()
97 indirectRefKindToString(kind_), max_entries_); in add()
112 indirectRefKindToString(kind_), in add()
129 result = toIndirectRef(slot - table_, slot->serial, kind_); in add()
142 if (kind != kind_) { in get()
144 ALOGW("Attempt to look up NULL %s reference", indirectRefKindToString(kind_)); in get()
149 indirectRefKindToString(kind_), iref); in get()
162 indirectRefKindToString(kind_), iref, index, topIndex); in get()
170 indirectRefKindToString(kind_), iref); in get()
178 indirectRefKindToString(kind_), iref); in get()
[all …]
DIndirectRefTable.h257 IndirectRefKind kind_; member