Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/adlc/
H A Dadlparse.hpp80 int _preproc_depth; // How deep are we into ifdefs? member in ADLParser
187 assert(_preproc_depth < _preproc_limit, "#ifdef nesting limit"); in begin_if_def()
188 int ppn = _preproc_depth++; in begin_if_def()
195 assert(_preproc_depth > 0, "#ifdef matching"); in invert_if_def()
196 int ppn = _preproc_depth - 1; in invert_if_def()
204 assert(_preproc_depth > 0, "#ifdef matching"); in end_if_def()
205 int ppn = --_preproc_depth; in end_if_def()
H A Dadlparse.cpp38 _preproc_depth = 0; in ADLParser()
129 if (_preproc_depth != 0) { in parse()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/adlc/
H A Dadlparse.hpp80 int _preproc_depth; // How deep are we into ifdefs? member in ADLParser
187 assert(_preproc_depth < _preproc_limit, "#ifdef nesting limit"); in begin_if_def()
188 int ppn = _preproc_depth++; in begin_if_def()
195 assert(_preproc_depth > 0, "#ifdef matching"); in invert_if_def()
196 int ppn = _preproc_depth - 1; in invert_if_def()
204 assert(_preproc_depth > 0, "#ifdef matching"); in end_if_def()
205 int ppn = --_preproc_depth; in end_if_def()
H A Dadlparse.cpp38 _preproc_depth = 0; in ADLParser()
129 if (_preproc_depth != 0) { in parse()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/adlc/
H A Dadlparse.hpp80 int _preproc_depth; // How deep are we into ifdefs? member in ADLParser
187 assert(_preproc_depth < _preproc_limit, "#ifdef nesting limit"); in begin_if_def()
188 int ppn = _preproc_depth++; in begin_if_def()
195 assert(_preproc_depth > 0, "#ifdef matching"); in invert_if_def()
196 int ppn = _preproc_depth - 1; in invert_if_def()
204 assert(_preproc_depth > 0, "#ifdef matching"); in end_if_def()
205 int ppn = --_preproc_depth; in end_if_def()
H A Dadlparse.cpp38 _preproc_depth = 0; in ADLParser()
129 if (_preproc_depth != 0) { in parse()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/adlc/
H A Dadlparse.hpp80 int _preproc_depth; // How deep are we into ifdefs? member in ADLParser
187 assert(_preproc_depth < _preproc_limit, "#ifdef nesting limit"); in begin_if_def()
188 int ppn = _preproc_depth++; in begin_if_def()
195 assert(_preproc_depth > 0, "#ifdef matching"); in invert_if_def()
196 int ppn = _preproc_depth - 1; in invert_if_def()
204 assert(_preproc_depth > 0, "#ifdef matching"); in end_if_def()
205 int ppn = --_preproc_depth; in end_if_def()
H A Dadlparse.cpp38 _preproc_depth = 0; in ADLParser()
129 if (_preproc_depth != 0) { in parse()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/adlc/
H A Dadlparse.hpp80 int _preproc_depth; // How deep are we into ifdefs? member in ADLParser
184 assert(_preproc_depth < _preproc_limit, "#ifdef nesting limit"); in begin_if_def()
185 int ppn = _preproc_depth++; in begin_if_def()
192 assert(_preproc_depth > 0, "#ifdef matching"); in invert_if_def()
193 int ppn = _preproc_depth - 1; in invert_if_def()
201 assert(_preproc_depth > 0, "#ifdef matching"); in end_if_def()
202 int ppn = --_preproc_depth; in end_if_def()
H A Dadlparse.cpp38 _preproc_depth = 0; in ADLParser()
130 if (_preproc_depth != 0) { in parse()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/adlc/
H A Dadlparse.hpp80 int _preproc_depth; // How deep are we into ifdefs? member in ADLParser
184 assert(_preproc_depth < _preproc_limit, "#ifdef nesting limit"); in begin_if_def()
185 int ppn = _preproc_depth++; in begin_if_def()
192 assert(_preproc_depth > 0, "#ifdef matching"); in invert_if_def()
193 int ppn = _preproc_depth - 1; in invert_if_def()
201 assert(_preproc_depth > 0, "#ifdef matching"); in end_if_def()
202 int ppn = --_preproc_depth; in end_if_def()
H A Dadlparse.cpp38 _preproc_depth = 0; in ADLParser()
130 if (_preproc_depth != 0) { in parse()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/adlc/
H A Dadlparse.hpp80 int _preproc_depth; // How deep are we into ifdefs? member in ADLParser
187 assert(_preproc_depth < _preproc_limit, "#ifdef nesting limit"); in begin_if_def()
188 int ppn = _preproc_depth++; in begin_if_def()
195 assert(_preproc_depth > 0, "#ifdef matching"); in invert_if_def()
196 int ppn = _preproc_depth - 1; in invert_if_def()
204 assert(_preproc_depth > 0, "#ifdef matching"); in end_if_def()
205 int ppn = --_preproc_depth; in end_if_def()
H A Dadlparse.cpp38 _preproc_depth = 0; in ADLParser()
130 if (_preproc_depth != 0) { in parse()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/adlc/
H A Dadlparse.hpp80 int _preproc_depth; // How deep are we into ifdefs? member in ADLParser
187 assert(_preproc_depth < _preproc_limit, "#ifdef nesting limit"); in begin_if_def()
188 int ppn = _preproc_depth++; in begin_if_def()
195 assert(_preproc_depth > 0, "#ifdef matching"); in invert_if_def()
196 int ppn = _preproc_depth - 1; in invert_if_def()
204 assert(_preproc_depth > 0, "#ifdef matching"); in end_if_def()
205 int ppn = --_preproc_depth; in end_if_def()
H A Dadlparse.cpp38 _preproc_depth = 0; in ADLParser()
130 if (_preproc_depth != 0) { in parse()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/adlc/
H A Dadlparse.hpp82 int _preproc_depth; // How deep are we into ifdefs? member in ADLParser
189 assert(_preproc_depth < _preproc_limit, "#ifdef nesting limit"); in begin_if_def()
190 int ppn = _preproc_depth++; in begin_if_def()
197 assert(_preproc_depth > 0, "#ifdef matching"); in invert_if_def()
198 int ppn = _preproc_depth - 1; in invert_if_def()
206 assert(_preproc_depth > 0, "#ifdef matching"); in end_if_def()
207 int ppn = --_preproc_depth; in end_if_def()
H A Dadlparse.cpp38 _preproc_depth = 0; in ADLParser()
127 if (_preproc_depth != 0) { in parse()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/adlc/
H A Dadlparse.hpp82 int _preproc_depth; // How deep are we into ifdefs? member in ADLParser
189 assert(_preproc_depth < _preproc_limit, "#ifdef nesting limit"); in begin_if_def()
190 int ppn = _preproc_depth++; in begin_if_def()
197 assert(_preproc_depth > 0, "#ifdef matching"); in invert_if_def()
198 int ppn = _preproc_depth - 1; in invert_if_def()
206 assert(_preproc_depth > 0, "#ifdef matching"); in end_if_def()
207 int ppn = --_preproc_depth; in end_if_def()
H A Dadlparse.cpp38 _preproc_depth = 0; in ADLParser()
127 if (_preproc_depth != 0) { in parse()