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

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

Completed in 17 milliseconds