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

  /dalvik/vm/
IndirectRefTable.h 184 typedef struct IndirectRefTable {
199 } IndirectRefTable;
212 INLINE IndirectRef dvmObjectToIndirectRef(IndirectRefTable* pRef,
243 * Initialize an IndirectRefTable.
252 bool dvmInitIndirectRefTable(IndirectRefTable* pRef, int initialCount,
260 void dvmClearIndirectRefTable(IndirectRefTable* pRef);
272 INLINE u4 dvmPushIndirectRefTableSegment(IndirectRefTable* pRef)
278 bool dvmPopIndirectRefTableSegmentCheck(IndirectRefTable* pRef, u4 cookie);
288 INLINE void dvmPopIndirectRefTableSegment(IndirectRefTable* pRef, u4 cookie)
298 INLINE size_t dvmIndirectRefTableEntries(const IndirectRefTable* pRef
    [all...]
IndirectRefTable.c 23 * Initialize an IndirectRefTable structure.
25 bool dvmInitIndirectRefTable(IndirectRefTable* pRef, int initialCount,
53 * Clears out the contents of a IndirectRefTable, freeing allocated storage.
55 void dvmClearIndirectRefTable(IndirectRefTable* pRef)
68 bool dvmPopIndirectRefTableSegmentCheck(IndirectRefTable* pRef, u4 cookie)
97 static bool checkEntry(IndirectRefTable* pRef, IndirectRef iref, int idx)
115 static inline void updateSlotAdd(IndirectRefTable* pRef, Object* obj, int slot)
129 static inline void updateSlotRemove(IndirectRefTable* pRef, int slot)
141 IndirectRef dvmAddToIndirectRefTable(IndirectRefTable* pRef, u4 cookie,
158 LOGW("IndirectRefTable overflow (max=%d)\n", pRef->maxEntries)
    [all...]
Globals.h 421 IndirectRefTable jniGlobalRefTable;
Thread.h 175 IndirectRefTable jniLocalRefTable;
Dvm.mk 108 IndirectRefTable.c.arm \
Jni.c 554 static inline IndirectRefTable* getLocalRefTable(JNIEnv* env)
580 IndirectRefTable* pRefTable = getLocalRefTable(env);
587 IndirectRefTable* pRefTable = &gDvm.jniGlobalRefTable;
635 IndirectRefTable* pRefTable = getLocalRefTable(env);
681 IndirectRefTable* pRefTable = getLocalRefTable(env);
701 IndirectRefTable* pRefTable = getLocalRefTable(env);
    [all...]
Thread.c     [all...]
  /dalvik/vm/test/
TestIndirectRefTable.c 34 IndirectRefTable irt;
319 IndirectRefTable irt;

Completed in 258 milliseconds