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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_api.cpp 39 java_vm(NULL),
52 void* java_vm; member in struct:crazy_context_t
127 void* java_vm,
129 context->java_vm = java_vm;
134 void** java_vm,
136 *java_vm = context->java_vm;
213 if (context->java_vm != NULL && wrap->IsCrazy()) {
216 context->java_vm, context->minimum_jni_version, &context->error))
    [all...]
crazy_linker_shared_library.cpp 509 bool SharedLibrary::SetJavaVM(void* java_vm,
512 if (java_vm == NULL)
521 int jni_version = (*jni_onload)(java_vm, NULL);
531 java_vm_ = java_vm;
crazy_linker_shared_library.h 128 // exists, call it with |java_vm| as the first parameter. If the
131 // |java_vm| to call 'JNI_OnUnload' at unload time, if present.
132 bool SetJavaVM(void* java_vm, int minimum_jni_version, Error* error);
135 // to SetJavaVM() before. This will pass the same |java_vm| value to the
  /external/chromium_org/third_party/android_crazy_linker/src/include/
crazy_linker.h 115 // Record the value of |java_vm| inside of |context|. If this is not NULL,
118 // it, passing the value of |java_vm| to it. If the function returns with
122 // The |java_vm| field is also saved in the crazy_library_t object, and
125 void* java_vm,
129 // A value of NUMM in |*java_vm| means the feature is disabled.
131 void** java_vm,
  /art/runtime/
thread.cc 349 void Thread::Init(ThreadList* thread_list, JavaVMExt* java_vm) {
371 tlsPtr_.jni_env = new JNIEnvExt(this, java_vm);
    [all...]

Completed in 852 milliseconds