Home
last modified time | relevance | path

Searched defs:vm_count (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/
DJniInvocation.cpp261 jint JniInvocationImpl::JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count) { in JNI_GetCreatedJavaVMs()
298 jint JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count) { in JNI_GetCreatedJavaVMs()
/libnativehelper/tests/
DJniInvocation_test.cpp121 jsize vm_count; in TEST() local