Searched defs:functions (Results 51 - 52 of 52) sorted by relevance

123

/openjdk7/jdk/src/share/javavm/export/
H A Djni.h157 * possible return values for JNI functions.
771 * We use inlined functions for C++ so that programmers can write:
783 const struct JNINativeInterface_ *functions; member in struct:JNIEnv_
787 return functions->GetVersion(this);
791 return functions->DefineClass(this, name, loader, buf, len);
794 return functions->FindClass(this, name);
797 return functions->FromReflectedMethod(this,method);
800 return functions->FromReflectedField(this,field);
804 return functions->ToReflectedMethod(this, cls, methodID, isStatic);
808 return functions
1907 const struct JNIInvokeInterface_ *functions; member in struct:JavaVM_
[all...]
H A Djvmti.h1787 const struct jvmtiInterface_1_ *functions; member in struct:_jvmtiEnv
1793 return functions->Allocate(this, size, mem_ptr);
1797 return functions->Deallocate(this, mem);
1802 return functions->GetThreadState(this, thread, thread_state_ptr);
1806 return functions->GetCurrentThread(this, thread_ptr);
1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr);
1815 return functions->SuspendThread(this, thread);
1821 return functions->SuspendThreadList(this, request_count, request_list, results);
1825 return functions->ResumeThread(this, thread);
1831 return functions
[all...]

Completed in 48 milliseconds

123