HomeSort by relevance Sort by last modified time
    Searched defs:JNI_GetCreatedJavaVMs (Results 1 - 2 of 2) sorted by null

  /libnativehelper/
JniInvocation.cpp 121 "JNI_GetCreatedJavaVMs")) {
135 jint JniInvocation::JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count) {
164 extern "C" jint JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count) {
165 return JniInvocation::GetJniInvocation().JNI_GetCreatedJavaVMs(vms, size, vm_count);
  /art/runtime/
jni_internal.cc     [all...]

Completed in 149 milliseconds