Home
last modified time | relevance | path

Searched refs:jniGlobalRefTable (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/
DJni.cpp255 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 …]
DGlobals.h524 IndirectRefTable jniGlobalRefTable; member
/dalvik/vm/alloc/
DVisit.cpp224 visitIndirectRefTable(visitor, &gDvm.jniGlobalRefTable, 0, ROOT_JNI_GLOBAL, arg); in dvmVisitRoots()
DCopying.cpp2083 pinReferenceTable(&gDvm.jniGlobalRefTable); in dvmScavengeRoots()