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

  /dalvik/vm/
IndirectRefTable.h 24 * When an object is added we return an IndirectRef that is not a valid
86 typedef void* IndirectRef;
89 * Indirect reference kind, used as the two low bits of IndirectRef.
152 * Common alternative implementation: make IndirectRef a pointer to the
212 INLINE IndirectRef dvmObjectToIndirectRef(IndirectRefTable* pRef,
220 return (IndirectRef) uref;
228 INLINE u4 dvmIndirectRefToIndex(IndirectRef iref)
237 INLINE IndirectRefKind dvmGetIndirectRefType(IndirectRef iref)
320 IndirectRef dvmAddToIndirectRefTable(IndirectRefTable* pRef, u4 cookie,
331 INLINE IndirectRef dvmAppendToIndirectRefTable(IndirectRefTable* pRef
    [all...]
IndirectRefTable.c 97 static bool checkEntry(IndirectRefTable* pRef, IndirectRef iref, int idx)
100 IndirectRef checkRef = dvmObjectToIndirectRef(pRef, obj, idx, pRef->kind);
141 IndirectRef dvmAddToIndirectRefTable(IndirectRefTable* pRef, u4 cookie,
183 IndirectRef result;
221 bool dvmGetFromIndirectRefTableCheck(IndirectRefTable* pRef, IndirectRef iref)
267 IndirectRef iref)
302 pRef->table[idx] = (IndirectRef) 0xd3d3d3d3;
  /dalvik/vm/test/
TestIndirectRefTable.c 35 IndirectRef iref0, iref1, iref2, iref3;
36 IndirectRef manyRefs[kTableMax];
51 iref0 = (IndirectRef) 0x11110;
320 IndirectRef iref0, iref1, iref2, iref3;

Completed in 82 milliseconds