/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/ |
H A D | thread.cpp | 1073 _popframe_preserved_args(nullptr), 2299 assert(_popframe_preserved_args == NULL, "should not wipe out old PopFrame preserved arguments"); in popframe_preserve_args() 2301 _popframe_preserved_args = NEW_C_HEAP_ARRAY(char, in_bytes(size_in_bytes), mtThread); in popframe_preserve_args() 2303 Copy::conjoint_jbytes(start, _popframe_preserved_args, _popframe_preserved_args_size); in popframe_preserve_args() 2308 return _popframe_preserved_args; in popframe_preserved_args() 2322 assert(_popframe_preserved_args != NULL, "should not free PopFrame preserved arguments twice"); in popframe_free_preserved_args() 2323 FREE_C_HEAP_ARRAY(char, (char*)_popframe_preserved_args); in popframe_free_preserved_args() 2324 _popframe_preserved_args = NULL; in popframe_free_preserved_args()
|
H A D | thread.hpp | 1488 void* _popframe_preserved_args; member in JavaThread
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/ |
H A D | thread.cpp | 1557 _popframe_preserved_args(nullptr), 2956 assert(_popframe_preserved_args == NULL, "should not wipe out old PopFrame preserved arguments"); in popframe_preserve_args() 2958 _popframe_preserved_args = NEW_C_HEAP_ARRAY(char, in_bytes(size_in_bytes), mtThread); in popframe_preserve_args() 2960 Copy::conjoint_jbytes(start, _popframe_preserved_args, _popframe_preserved_args_size); in popframe_preserve_args() 2965 return _popframe_preserved_args; in popframe_preserved_args() 2979 assert(_popframe_preserved_args != NULL, "should not free PopFrame preserved arguments twice"); in popframe_free_preserved_args() 2980 FREE_C_HEAP_ARRAY(char, (char*)_popframe_preserved_args); in popframe_free_preserved_args() 2981 _popframe_preserved_args = NULL; in popframe_free_preserved_args()
|
H A D | thread.hpp | 1798 void* _popframe_preserved_args; member in JavaThread
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/ |
H A D | thread.cpp | 1501 _popframe_preserved_args = NULL; in initialize() 3083 assert(_popframe_preserved_args == NULL, "should not wipe out old PopFrame preserved arguments"); in popframe_preserve_args() 3085 _popframe_preserved_args = NEW_C_HEAP_ARRAY(char, in_bytes(size_in_bytes), mtThread); in popframe_preserve_args() 3087 Copy::conjoint_jbytes(start, _popframe_preserved_args, _popframe_preserved_args_size); in popframe_preserve_args() 3092 return _popframe_preserved_args; in popframe_preserved_args() 3106 assert(_popframe_preserved_args != NULL, "should not free PopFrame preserved arguments twice"); in popframe_free_preserved_args() 3107 FREE_C_HEAP_ARRAY(char, (char*) _popframe_preserved_args, mtThread); in popframe_free_preserved_args() 3108 _popframe_preserved_args = NULL; in popframe_free_preserved_args()
|
H A D | thread.hpp | 1603 void* _popframe_preserved_args; member in JavaThread
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/ |
H A D | thread.cpp | 1501 _popframe_preserved_args = NULL; in initialize() 3083 assert(_popframe_preserved_args == NULL, "should not wipe out old PopFrame preserved arguments"); in popframe_preserve_args() 3085 _popframe_preserved_args = NEW_C_HEAP_ARRAY(char, in_bytes(size_in_bytes), mtThread); in popframe_preserve_args() 3087 Copy::conjoint_jbytes(start, _popframe_preserved_args, _popframe_preserved_args_size); in popframe_preserve_args() 3092 return _popframe_preserved_args; in popframe_preserved_args() 3106 assert(_popframe_preserved_args != NULL, "should not free PopFrame preserved arguments twice"); in popframe_free_preserved_args() 3107 FREE_C_HEAP_ARRAY(char, (char*) _popframe_preserved_args, mtThread); in popframe_free_preserved_args() 3108 _popframe_preserved_args = NULL; in popframe_free_preserved_args()
|
H A D | thread.hpp | 1603 void* _popframe_preserved_args; member in JavaThread
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/ |
H A D | thread.cpp | 1669 _popframe_preserved_args = NULL; in initialize() 3235 assert(_popframe_preserved_args == NULL, "should not wipe out old PopFrame preserved arguments"); in popframe_preserve_args() 3237 _popframe_preserved_args = NEW_C_HEAP_ARRAY(char, in_bytes(size_in_bytes), mtThread); in popframe_preserve_args() 3239 Copy::conjoint_jbytes(start, _popframe_preserved_args, _popframe_preserved_args_size); in popframe_preserve_args() 3244 return _popframe_preserved_args; in popframe_preserved_args() 3258 assert(_popframe_preserved_args != NULL, "should not free PopFrame preserved arguments twice"); in popframe_free_preserved_args() 3259 FREE_C_HEAP_ARRAY(char, (char*) _popframe_preserved_args); in popframe_free_preserved_args() 3260 _popframe_preserved_args = NULL; in popframe_free_preserved_args()
|
H A D | thread.hpp | 1954 void* _popframe_preserved_args; member in JavaThread
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/ |
H A D | thread.cpp | 1789 _popframe_preserved_args = NULL; in initialize() 3349 assert(_popframe_preserved_args == NULL, "should not wipe out old PopFrame preserved arguments"); in popframe_preserve_args() 3351 _popframe_preserved_args = NEW_C_HEAP_ARRAY(char, in_bytes(size_in_bytes), mtThread); in popframe_preserve_args() 3353 Copy::conjoint_jbytes(start, _popframe_preserved_args, _popframe_preserved_args_size); in popframe_preserve_args() 3358 return _popframe_preserved_args; in popframe_preserved_args() 3372 assert(_popframe_preserved_args != NULL, "should not free PopFrame preserved arguments twice"); in popframe_free_preserved_args() 3373 FREE_C_HEAP_ARRAY(char, (char*)_popframe_preserved_args); in popframe_free_preserved_args() 3374 _popframe_preserved_args = NULL; in popframe_free_preserved_args()
|
H A D | thread.hpp | 2004 void* _popframe_preserved_args; member in JavaThread
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/ |
H A D | thread.cpp | 1620 _popframe_preserved_args = NULL; in initialize() 3167 assert(_popframe_preserved_args == NULL, "should not wipe out old PopFrame preserved arguments"); in popframe_preserve_args() 3169 _popframe_preserved_args = NEW_C_HEAP_ARRAY(char, in_bytes(size_in_bytes), mtThread); in popframe_preserve_args() 3171 Copy::conjoint_jbytes(start, _popframe_preserved_args, _popframe_preserved_args_size); in popframe_preserve_args() 3176 return _popframe_preserved_args; in popframe_preserved_args() 3190 assert(_popframe_preserved_args != NULL, "should not free PopFrame preserved arguments twice"); in popframe_free_preserved_args() 3191 FREE_C_HEAP_ARRAY(char, (char*) _popframe_preserved_args); in popframe_free_preserved_args() 3192 _popframe_preserved_args = NULL; in popframe_free_preserved_args()
|
H A D | thread.hpp | 1950 void* _popframe_preserved_args; member in JavaThread
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/ |
H A D | thread.cpp | 1669 _popframe_preserved_args = NULL; in initialize() 3235 assert(_popframe_preserved_args == NULL, "should not wipe out old PopFrame preserved arguments"); in popframe_preserve_args() 3237 _popframe_preserved_args = NEW_C_HEAP_ARRAY(char, in_bytes(size_in_bytes), mtThread); in popframe_preserve_args() 3239 Copy::conjoint_jbytes(start, _popframe_preserved_args, _popframe_preserved_args_size); in popframe_preserve_args() 3244 return _popframe_preserved_args; in popframe_preserved_args() 3258 assert(_popframe_preserved_args != NULL, "should not free PopFrame preserved arguments twice"); in popframe_free_preserved_args() 3259 FREE_C_HEAP_ARRAY(char, (char*) _popframe_preserved_args); in popframe_free_preserved_args() 3260 _popframe_preserved_args = NULL; in popframe_free_preserved_args()
|
H A D | thread.hpp | 1954 void* _popframe_preserved_args; member in JavaThread
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/ |
H A D | thread.cpp | 1693 _popframe_preserved_args = NULL; in initialize() 3274 assert(_popframe_preserved_args == NULL, "should not wipe out old PopFrame preserved arguments"); in popframe_preserve_args() 3276 _popframe_preserved_args = NEW_C_HEAP_ARRAY(char, in_bytes(size_in_bytes), mtThread); in popframe_preserve_args() 3278 Copy::conjoint_jbytes(start, _popframe_preserved_args, _popframe_preserved_args_size); in popframe_preserve_args() 3283 return _popframe_preserved_args; in popframe_preserved_args() 3297 assert(_popframe_preserved_args != NULL, "should not free PopFrame preserved arguments twice"); in popframe_free_preserved_args() 3298 FREE_C_HEAP_ARRAY(char, (char*)_popframe_preserved_args); in popframe_free_preserved_args() 3299 _popframe_preserved_args = NULL; in popframe_free_preserved_args()
|
H A D | thread.hpp | 2019 void* _popframe_preserved_args; member in JavaThread
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/ |
H A D | thread.cpp | 1701 _popframe_preserved_args = NULL; in initialize() 3274 assert(_popframe_preserved_args == NULL, "should not wipe out old PopFrame preserved arguments"); in popframe_preserve_args() 3276 _popframe_preserved_args = NEW_C_HEAP_ARRAY(char, in_bytes(size_in_bytes), mtThread); in popframe_preserve_args() 3278 Copy::conjoint_jbytes(start, _popframe_preserved_args, _popframe_preserved_args_size); in popframe_preserve_args() 3283 return _popframe_preserved_args; in popframe_preserved_args() 3297 assert(_popframe_preserved_args != NULL, "should not free PopFrame preserved arguments twice"); in popframe_free_preserved_args() 3298 FREE_C_HEAP_ARRAY(char, (char*)_popframe_preserved_args); in popframe_free_preserved_args() 3299 _popframe_preserved_args = NULL; in popframe_free_preserved_args()
|
H A D | thread.hpp | 1975 void* _popframe_preserved_args; member in JavaThread
|