Home
last modified time | relevance | path

Searched refs:_code1 (Results 1 – 25 of 31) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp123 static BufferBlob* _code1; // code buffer for initial routines member in StubRoutines
241 (_code1 != NULL && _code1->blob_contains(addr)) || in contains()
245 static RuntimeBlob* code1() { return _code1; } in code1()
H A DstubRoutines.cpp47 BufferBlob* StubRoutines::_code1 = NULL; member in StubRoutines
189 if (_code1 == NULL) { in initialize1()
192 _code1 = BufferBlob::create("StubRoutines (1)", code_size1); in initialize1()
193 if (_code1 == NULL) { in initialize1()
196 CodeBuffer buffer(_code1); in initialize1()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DstubRoutines.hpp123 static BufferBlob* _code1; // code buffer for initial routines member in StubRoutines
239 (_code1 != NULL && _code1->blob_contains(addr)) || in contains()
243 static RuntimeBlob* code1() { return _code1; } in code1()
H A DstubRoutines.cpp47 BufferBlob* StubRoutines::_code1 = NULL; member in StubRoutines
187 if (_code1 == NULL) { in initialize1()
190 _code1 = BufferBlob::create("StubRoutines (1)", code_size1); in initialize1()
191 if (_code1 == NULL) { in initialize1()
194 CodeBuffer buffer(_code1); in initialize1()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp123 static BufferBlob* _code1; // code buffer for initial routines member in StubRoutines
241 (_code1 != NULL && _code1->blob_contains(addr)) || in contains()
245 static RuntimeBlob* code1() { return _code1; } in code1()
H A DstubRoutines.cpp47 BufferBlob* StubRoutines::_code1 = NULL; member in StubRoutines
189 if (_code1 == NULL) { in initialize1()
192 _code1 = BufferBlob::create("StubRoutines (1)", code_size1); in initialize1()
193 if (_code1 == NULL) { in initialize1()
196 CodeBuffer buffer(_code1); in initialize1()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp155 static BufferBlob* _code1; // code buffer for initial routines member in StubRoutines
254 (_code1 != NULL && _code1->blob_contains(addr)) || in contains()
258 static CodeBlob* code1() { return _code1; } in code1()
H A DstubRoutines.cpp44 BufferBlob* StubRoutines::_code1 = NULL; member in StubRoutines
169 if (_code1 == NULL) { in initialize1()
172 _code1 = BufferBlob::create("StubRoutines (1)", code_size1); in initialize1()
173 if (_code1 == NULL) { in initialize1()
176 CodeBuffer buffer(_code1); in initialize1()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp155 static BufferBlob* _code1; // code buffer for initial routines member in StubRoutines
254 (_code1 != NULL && _code1->blob_contains(addr)) || in contains()
258 static CodeBlob* code1() { return _code1; } in code1()
H A DstubRoutines.cpp44 BufferBlob* StubRoutines::_code1 = NULL; member in StubRoutines
169 if (_code1 == NULL) { in initialize1()
172 _code1 = BufferBlob::create("StubRoutines (1)", code_size1); in initialize1()
173 if (_code1 == NULL) { in initialize1()
176 CodeBuffer buffer(_code1); in initialize1()
/dports/devel/ga/ga-5.8/comex/src-armci/
H A Darmci.h228 #define armci_die2(_msg,_code1,_code2) dassertc(1,0, \ argument
229 ("%d:%s: (%d,%d)\n",armci_msg_me(),(_msg),(_code1),(_code2)),_code1)
/dports/devel/ga/ga-5.8/armci/src/include/
H A Darmci.h227 #define armci_die2(_msg,_code1,_code2) dassertc(1,0, \ argument
228 ("%d:%s: (%d,%d)\n",armci_msg_me(),(_msg),(_code1),(_code2)),_code1)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp163 static BufferBlob* _code1; // code buffer for initial routines member in StubRoutines
267 (_code1 != NULL && _code1->blob_contains(addr)) || in contains()
271 static RuntimeBlob* code1() { return _code1; } in code1()
H A DstubRoutines.cpp52 BufferBlob* StubRoutines::_code1 = NULL; member in StubRoutines
210 if (_code1 == NULL) { in initialize1()
213 _code1 = BufferBlob::create("StubRoutines (1)", code_size1); in initialize1()
214 if (_code1 == NULL) { in initialize1()
217 CodeBuffer buffer(_code1); in initialize1()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp155 static BufferBlob* _code1; // code buffer for initial routines member in StubRoutines
273 (_code1 != NULL && _code1->blob_contains(addr)) || in contains()
277 static RuntimeBlob* code1() { return _code1; } in code1()
H A DstubRoutines.cpp52 BufferBlob* StubRoutines::_code1 = NULL; member in StubRoutines
214 if (_code1 == NULL) { in initialize1()
217 _code1 = BufferBlob::create("StubRoutines (1)", code_size1); in initialize1()
218 if (_code1 == NULL) { in initialize1()
221 CodeBuffer buffer(_code1); in initialize1()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp163 static BufferBlob* _code1; // code buffer for initial routines member in StubRoutines
277 (_code1 != NULL && _code1->blob_contains(addr)) || in contains()
281 static RuntimeBlob* code1() { return _code1; } in code1()
H A DstubRoutines.cpp52 BufferBlob* StubRoutines::_code1 = NULL; member in StubRoutines
220 if (_code1 == NULL) { in initialize1()
223 _code1 = BufferBlob::create("StubRoutines (1)", code_size1); in initialize1()
224 if (_code1 == NULL) { in initialize1()
227 CodeBuffer buffer(_code1); in initialize1()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp163 static BufferBlob* _code1; // code buffer for initial routines member in StubRoutines
275 (_code1 != NULL && _code1->blob_contains(addr)) || in contains()
279 static RuntimeBlob* code1() { return _code1; } in code1()
H A DstubRoutines.cpp52 BufferBlob* StubRoutines::_code1 = NULL; member in StubRoutines
217 if (_code1 == NULL) { in initialize1()
220 _code1 = BufferBlob::create("StubRoutines (1)", code_size1); in initialize1()
221 if (_code1 == NULL) { in initialize1()
224 CodeBuffer buffer(_code1); in initialize1()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp163 static BufferBlob* _code1; // code buffer for initial routines member in StubRoutines
273 (_code1 != NULL && _code1->blob_contains(addr)) || in contains()
277 static RuntimeBlob* code1() { return _code1; } in code1()
H A DstubRoutines.cpp52 BufferBlob* StubRoutines::_code1 = NULL; member in StubRoutines
215 if (_code1 == NULL) { in initialize1()
218 _code1 = BufferBlob::create("StubRoutines (1)", code_size1); in initialize1()
219 if (_code1 == NULL) { in initialize1()
222 CodeBuffer buffer(_code1); in initialize1()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/smd-scheduler/
H A Darmci.h215 #define armci_die2(_msg,_code1,_code2) dassertp(1,0, \ argument
216 ("%d:%s: (%d,%d)\n",armci_me,(_msg),(_code1),(_code2)))
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/smd-scheduler/
H A Darmci.h215 #define armci_die2(_msg,_code1,_code2) dassertp(1,0, \ argument
216 ("%d:%s: (%d,%d)\n",armci_me,(_msg),(_code1),(_code2)))
/dports/devel/pth-hard/pth-2.0.7/
H A Dpth.m4280 m4_define(_code1, [dnl
303 AC_TRY_CPP(_code1, _ok=yes, _ok=no)
315 AC_TRY_LINK(_code1, _code2, _ok=yes, _ok=no)
329 AC_TRY_RUN(_code1 _code2, _ok=`cat conftestval`, _ok=no, _ok=no)

12