Searched defs:penv (Results 1 - 10 of 10) sorted by relevance

/openjdk10/hotspot/src/share/vm/prims/
H A DjniExport.hpp33 static bool GetExportedInterface(JavaVM* vm, void** penv, jint version, jint* iface) { argument
H A DjvmtiExport.cpp346 JvmtiExport::get_jvmti_interface(JavaVM *jvm, void **penv, jint version) { argument
H A Djni.cpp3886 static jint JNI_CreateJavaVM_inner(JavaVM **vm, void **penv, void *args) { argument
4029 _JNI_IMPORT_OR_EXPORT_ jint JNICALL JNI_CreateJavaVM(JavaVM **vm, void **penv, void *args) { argument
4116 static jint attach_current_thread(JavaVM *vm, void **penv, void *_args, bool daemon) { argument
4229 jint JNICALL jni_AttachCurrentThread(JavaVM *vm, void **penv, voi argument
4285 jni_GetEnv(JavaVM *vm, void **penv, jint version) argument
4339 jni_AttachCurrentThreadAsDaemon(JavaVM *vm, void **penv, void *_args) argument
[all...]
H A Djni.h1924 jint AttachCurrentThread(void **penv, void *args) { argument
1931 jint GetEnv(void **penv, jint version) { argument
1934 jint AttachCurrentThreadAsDaemon(void **penv, void *args) { argument
[all...]
/openjdk10/langtools/test/tools/javac/processing/model/type/
H A DInheritedAP.java47 public void init(ProcessingEnvironment penv) {super.init(penv);} argument
/openjdk10/langtools/test/tools/javac/processing/6350124/
H A DHelloWorldAP.java40 public void init(ProcessingEnvironment penv) { argument
/openjdk10/jdk/test/tools/pack200/
H A DUtils.java499 static List<String> runExec(List<String> cmdsList, Map<String, String> penv) { argument
/openjdk10/jdk/src/java.base/macosx/native/libjli/
H A Djava_md_macosx.c245 JNI_CreateJavaVM(JavaVM **pvm, void **penv, void *args) { argument
/openjdk10/jdk/src/java.base/share/native/libjli/
H A Djava.c1455 InitializeJVM(JavaVM **pvm, JNIEnv **penv, InvocationFunctions *ifn) argument
/openjdk10/jdk/src/java.base/share/native/include/
H A Djni.h1924 jint AttachCurrentThread(void **penv, void *args) { argument
1931 jint GetEnv(void **penv, jint version) { argument
1934 jint AttachCurrentThreadAsDaemon(void **penv, void *args) { argument
[all...]

Completed in 134 milliseconds