Searched defs:IndirectRef (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DIndirectRefTable.h25 * When an object is added we return an IndirectRef that is not a valid
88 typedef void* IndirectRef; typedef
96 * Indirect reference kind, used as the two low bits of IndirectRef.
111 INLINE IndirectRefKind indirectRefKind(IndirectRef iref)
169 * Common alternative implementation: make IndirectRef a pointer to the
274 IndirectRef add(u4 cookie, Object* obj);
277 * Given an IndirectRef in the table, return the Object it refers to.
281 Object* get(IndirectRef iref) const;
297 bool remove(u4 cookie, IndirectRef iref);
347 static inline u4 extractIndex(IndirectRef ire
[all...]

Completed in 40 milliseconds