Searched refs:jniGlobalRefTable (Results 1 – 4 of 4) sorted by relevance
255 if (!gDvm.jniGlobalRefTable.init(kGlobalRefsTableInitialSize, in dvmJniStartup()281 gDvm.jniGlobalRefTable.destroy(); in dvmJniShutdown()328 IndirectRefTable* pRefTable = &gDvm.jniGlobalRefTable; in dvmDecodeIndirectRef()484 jobject jobj = (jobject) gDvm.jniGlobalRefTable.add(IRT_FIRST_SEGMENT, obj); in addGlobalReference()486 gDvm.jniGlobalRefTable.dump("JNI global"); in addGlobalReference()488 gDvm.jniGlobalRefTable.capacity()); in addGlobalReference()498 int count = gDvm.jniGlobalRefTable.capacity(); in addGlobalReference()510 gDvm.jniGlobalRefTable.dump("JNI global"); in addGlobalReference()561 if (!gDvm.jniGlobalRefTable.remove(IRT_FIRST_SEGMENT, jobj)) { in deleteGlobalReference()567 int count = gDvm.jniGlobalRefTable.capacity(); in deleteGlobalReference()[all …]
524 IndirectRefTable jniGlobalRefTable; member
224 visitIndirectRefTable(visitor, &gDvm.jniGlobalRefTable, 0, ROOT_JNI_GLOBAL, arg); in dvmVisitRoots()
2083 pinReferenceTable(&gDvm.jniGlobalRefTable); in dvmScavengeRoots()