Searched refs:indirectRefKindToString (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/
H A DIndirectRefTable.cpp97 indirectRefKindToString(kind_), max_entries_);
112 indirectRefKindToString(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_), iref);
242 indirectRefKindToString(kind_), iref);
248 indirectRefKindToString(kind_), iref);
297 const char* indirectRefKindToString(IndirectRefKin function
[all...]
H A DIndirectRefTable.h106 const char* indirectRefKindToString(IndirectRefKind kind);
H A DCheckJni.cpp202 return indirectRefKindToString(indirectRefKind(iref));

Completed in 55 milliseconds