Home | History | Annotate | Download | only in vm

Lines Matching refs:dump

364     pRefTable->dump("JNI local");
486 gDvm.jniGlobalRefTable.dump("JNI global");
510 gDvm.jniGlobalRefTable.dump("JNI global");
529 gDvm.jniWeakGlobalRefTable.dump("JNI weak global");
642 * Dump the contents of the JNI reference tables to the log file.
644 * We only dump the local refs associated with the current thread.
648 self->jniLocalRefTable.dump("JNI local");
649 gDvm.jniGlobalRefTable.dump("JNI global");