Home
last modified time | relevance | path

Searched refs:_ext_functions (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiExtensions.cpp75 _ext_functions->append(&ext_func); in register_extensions()
100 guarantee(_ext_functions != NULL, "registration not done"); in get_functions()
105 jvmtiError err = rt.allocate(_ext_functions->length() * in get_functions()
112 for (int i=0; i<_ext_functions->length(); i++ ) { in get_functions()
113 ext_funcs[i].func = _ext_functions->at(i)->func; in get_functions()
115 char *id = _ext_functions->at(i)->id; in get_functions()
122 char *desc = _ext_functions->at(i)->short_description; in get_functions()
132 jint param_count = _ext_functions->at(i)->param_count; in get_functions()
162 jint error_count = _ext_functions->at(i)->error_count; in get_functions()
172 memcpy(ext_funcs[i].errors, _ext_functions->at(i)->errors, in get_functions()
[all …]
H A DjvmtiExtensions.hpp41 static GrowableArray<jvmtiExtensionFunctionInfo*>* _ext_functions; member in JvmtiExtensions
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiExtensions.cpp75 _ext_functions->append(&ext_func); in register_extensions()
100 guarantee(_ext_functions != NULL, "registration not done"); in get_functions()
105 jvmtiError err = rt.allocate(_ext_functions->length() * in get_functions()
112 for (int i=0; i<_ext_functions->length(); i++ ) { in get_functions()
113 ext_funcs[i].func = _ext_functions->at(i)->func; in get_functions()
115 char *id = _ext_functions->at(i)->id; in get_functions()
122 char *desc = _ext_functions->at(i)->short_description; in get_functions()
132 jint param_count = _ext_functions->at(i)->param_count; in get_functions()
162 jint error_count = _ext_functions->at(i)->error_count; in get_functions()
172 memcpy(ext_funcs[i].errors, _ext_functions->at(i)->errors, in get_functions()
[all …]
H A DjvmtiExtensions.hpp41 static GrowableArray<jvmtiExtensionFunctionInfo*>* _ext_functions; member in JvmtiExtensions
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiExtensions.cpp68 _ext_functions->append(&ext_func); in register_extensions()
94 guarantee(_ext_functions != NULL, "registration not done"); in get_functions()
99 jvmtiError err = rt.allocate(_ext_functions->length() * in get_functions()
106 for (int i=0; i<_ext_functions->length(); i++ ) { in get_functions()
107 ext_funcs[i].func = _ext_functions->at(i)->func; in get_functions()
109 char *id = _ext_functions->at(i)->id; in get_functions()
116 char *desc = _ext_functions->at(i)->short_description; in get_functions()
126 jint param_count = _ext_functions->at(i)->param_count; in get_functions()
156 jint error_count = _ext_functions->at(i)->error_count; in get_functions()
166 memcpy(ext_funcs[i].errors, _ext_functions->at(i)->errors, in get_functions()
[all …]
H A DjvmtiExtensions.hpp41 static GrowableArray<jvmtiExtensionFunctionInfo*>* _ext_functions; member in JvmtiExtensions
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiExtensions.cpp75 _ext_functions->append(&ext_func); in register_extensions()
100 guarantee(_ext_functions != NULL, "registration not done"); in get_functions()
105 jvmtiError err = rt.allocate(_ext_functions->length() * in get_functions()
112 for (int i=0; i<_ext_functions->length(); i++ ) { in get_functions()
113 ext_funcs[i].func = _ext_functions->at(i)->func; in get_functions()
115 char *id = _ext_functions->at(i)->id; in get_functions()
122 char *desc = _ext_functions->at(i)->short_description; in get_functions()
132 jint param_count = _ext_functions->at(i)->param_count; in get_functions()
162 jint error_count = _ext_functions->at(i)->error_count; in get_functions()
172 memcpy(ext_funcs[i].errors, _ext_functions->at(i)->errors, in get_functions()
[all …]
H A DjvmtiExtensions.hpp41 static GrowableArray<jvmtiExtensionFunctionInfo*>* _ext_functions; member in JvmtiExtensions
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiExtensions.cpp75 _ext_functions->append(&ext_func); in register_extensions()
100 guarantee(_ext_functions != NULL, "registration not done"); in get_functions()
105 jvmtiError err = rt.allocate(_ext_functions->length() * in get_functions()
112 for (int i=0; i<_ext_functions->length(); i++ ) { in get_functions()
113 ext_funcs[i].func = _ext_functions->at(i)->func; in get_functions()
115 char *id = _ext_functions->at(i)->id; in get_functions()
122 char *desc = _ext_functions->at(i)->short_description; in get_functions()
132 jint param_count = _ext_functions->at(i)->param_count; in get_functions()
162 jint error_count = _ext_functions->at(i)->error_count; in get_functions()
172 memcpy(ext_funcs[i].errors, _ext_functions->at(i)->errors, in get_functions()
[all …]
H A DjvmtiExtensions.hpp41 static GrowableArray<jvmtiExtensionFunctionInfo*>* _ext_functions; member in JvmtiExtensions
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiExtensions.cpp75 _ext_functions->append(&ext_func); in register_extensions()
100 guarantee(_ext_functions != NULL, "registration not done"); in get_functions()
105 jvmtiError err = rt.allocate(_ext_functions->length() * in get_functions()
112 for (int i=0; i<_ext_functions->length(); i++ ) { in get_functions()
113 ext_funcs[i].func = _ext_functions->at(i)->func; in get_functions()
115 char *id = _ext_functions->at(i)->id; in get_functions()
122 char *desc = _ext_functions->at(i)->short_description; in get_functions()
132 jint param_count = _ext_functions->at(i)->param_count; in get_functions()
162 jint error_count = _ext_functions->at(i)->error_count; in get_functions()
172 memcpy(ext_funcs[i].errors, _ext_functions->at(i)->errors, in get_functions()
[all …]
H A DjvmtiExtensions.hpp41 static GrowableArray<jvmtiExtensionFunctionInfo*>* _ext_functions; member in JvmtiExtensions
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiExtensions.cpp75 _ext_functions->append(&ext_func); in register_extensions()
100 guarantee(_ext_functions != NULL, "registration not done"); in get_functions()
105 jvmtiError err = rt.allocate(_ext_functions->length() * in get_functions()
112 for (int i=0; i<_ext_functions->length(); i++ ) { in get_functions()
113 ext_funcs[i].func = _ext_functions->at(i)->func; in get_functions()
115 char *id = _ext_functions->at(i)->id; in get_functions()
122 char *desc = _ext_functions->at(i)->short_description; in get_functions()
132 jint param_count = _ext_functions->at(i)->param_count; in get_functions()
162 jint error_count = _ext_functions->at(i)->error_count; in get_functions()
172 memcpy(ext_funcs[i].errors, _ext_functions->at(i)->errors, in get_functions()
[all …]
H A DjvmtiExtensions.hpp41 static GrowableArray<jvmtiExtensionFunctionInfo*>* _ext_functions; member in JvmtiExtensions
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiExtensions.cpp68 _ext_functions->append(&ext_func); in register_extensions()
93 guarantee(_ext_functions != NULL, "registration not done"); in get_functions()
98 jvmtiError err = rt.allocate(_ext_functions->length() * in get_functions()
105 for (int i=0; i<_ext_functions->length(); i++ ) { in get_functions()
106 ext_funcs[i].func = _ext_functions->at(i)->func; in get_functions()
108 char *id = _ext_functions->at(i)->id; in get_functions()
115 char *desc = _ext_functions->at(i)->short_description; in get_functions()
125 jint param_count = _ext_functions->at(i)->param_count; in get_functions()
155 jint error_count = _ext_functions->at(i)->error_count; in get_functions()
165 memcpy(ext_funcs[i].errors, _ext_functions->at(i)->errors, in get_functions()
[all …]
H A DjvmtiExtensions.hpp41 static GrowableArray<jvmtiExtensionFunctionInfo*>* _ext_functions; member in JvmtiExtensions
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiExtensions.cpp68 _ext_functions->append(&ext_func); in register_extensions()
94 guarantee(_ext_functions != NULL, "registration not done"); in get_functions()
99 jvmtiError err = rt.allocate(_ext_functions->length() * in get_functions()
106 for (int i=0; i<_ext_functions->length(); i++ ) { in get_functions()
107 ext_funcs[i].func = _ext_functions->at(i)->func; in get_functions()
109 char *id = _ext_functions->at(i)->id; in get_functions()
116 char *desc = _ext_functions->at(i)->short_description; in get_functions()
126 jint param_count = _ext_functions->at(i)->param_count; in get_functions()
156 jint error_count = _ext_functions->at(i)->error_count; in get_functions()
166 memcpy(ext_funcs[i].errors, _ext_functions->at(i)->errors, in get_functions()
[all …]
H A DjvmtiExtensions.hpp41 static GrowableArray<jvmtiExtensionFunctionInfo*>* _ext_functions; member in JvmtiExtensions
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiExtensions.cpp68 _ext_functions->append(&ext_func); in register_extensions()
94 guarantee(_ext_functions != NULL, "registration not done"); in get_functions()
99 jvmtiError err = rt.allocate(_ext_functions->length() * in get_functions()
106 for (int i=0; i<_ext_functions->length(); i++ ) { in get_functions()
107 ext_funcs[i].func = _ext_functions->at(i)->func; in get_functions()
109 char *id = _ext_functions->at(i)->id; in get_functions()
116 char *desc = _ext_functions->at(i)->short_description; in get_functions()
126 jint param_count = _ext_functions->at(i)->param_count; in get_functions()
156 jint error_count = _ext_functions->at(i)->error_count; in get_functions()
166 memcpy(ext_funcs[i].errors, _ext_functions->at(i)->errors, in get_functions()
[all …]
H A DjvmtiExtensions.hpp41 static GrowableArray<jvmtiExtensionFunctionInfo*>* _ext_functions; member in JvmtiExtensions