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

  /dalvik/vm/
IndirectRefTable.h 380 void dvmDumpIndirectRefTable(const IndirectRefTable* pRef, const char* descr);
IndirectRefTable.c 404 void dvmDumpIndirectRefTable(const IndirectRefTable* pRef, const char* descr)
Jni.c 641 dvmDumpIndirectRefTable(pRefTable, "JNI local");
793 dvmDumpIndirectRefTable(&gDvm.jniGlobalRefTable, "JNI global");
816 dvmDumpIndirectRefTable(&gDvm.jniGlobalRefTable,
    [all...]
  /dalvik/vm/test/
TestIndirectRefTable.c 427 dvmDumpIndirectRefTable(&irt, "test");

Completed in 154 milliseconds