Home
last modified time | relevance | path

Searched refs:_patch_index (Results 1 – 21 of 21) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/asm/
H A Dassembler.cpp160 if (_patch_index < PatchCacheSize) { in add_patch_at()
161 _patches[_patch_index] = branch_loc; in add_patch_at()
163 _lines[_patch_index] = line; in add_patch_at()
164 _files[_patch_index] = file; in add_patch_at()
172 ++_patch_index; in add_patch_at()
180 while (_patch_index > 0) { in patch_instructions()
181 --_patch_index; in patch_instructions()
185 if (_patch_index >= PatchCacheSize) { in patch_instructions()
188 branch_loc = _patches[_patch_index]; in patch_instructions()
190 line = _lines[_patch_index]; in patch_instructions()
[all …]
H A Dassembler.hpp92 int _patch_index; member in Label
135 bool is_unbound() const { return _loc == -1 && _patch_index > 0; } in is_unbound()
136 bool is_unused() const { return _loc == -1 && _patch_index == 0; } in is_unused()
159 _patch_index = 0; in init()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/asm/
H A Dassembler.cpp158 if (_patch_index < PatchCacheSize) { in add_patch_at()
159 _patches[_patch_index] = branch_loc; in add_patch_at()
161 _lines[_patch_index] = line; in add_patch_at()
162 _files[_patch_index] = file; in add_patch_at()
170 ++_patch_index; in add_patch_at()
178 while (_patch_index > 0) { in patch_instructions()
179 --_patch_index; in patch_instructions()
183 if (_patch_index >= PatchCacheSize) { in patch_instructions()
186 branch_loc = _patches[_patch_index]; in patch_instructions()
188 line = _lines[_patch_index]; in patch_instructions()
[all …]
H A Dassembler.hpp91 int _patch_index; member in Label
134 bool is_unbound() const { return _loc == -1 && _patch_index > 0; } in is_unbound()
135 bool is_unused() const { return _loc == -1 && _patch_index == 0; } in is_unused()
158 _patch_index = 0; in init()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/asm/
H A Dassembler.cpp160 if (_patch_index < PatchCacheSize) { in add_patch_at()
161 _patches[_patch_index] = branch_loc; in add_patch_at()
163 _lines[_patch_index] = line; in add_patch_at()
164 _files[_patch_index] = file; in add_patch_at()
172 ++_patch_index; in add_patch_at()
180 while (_patch_index > 0) { in patch_instructions()
181 --_patch_index; in patch_instructions()
185 if (_patch_index >= PatchCacheSize) { in patch_instructions()
188 branch_loc = _patches[_patch_index]; in patch_instructions()
190 line = _lines[_patch_index]; in patch_instructions()
[all …]
H A Dassembler.hpp92 int _patch_index; member in Label
135 bool is_unbound() const { return _loc == -1 && _patch_index > 0; } in is_unbound()
136 bool is_unused() const { return _loc == -1 && _patch_index == 0; } in is_unused()
159 _patch_index = 0; in init()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/asm/
H A Dassembler.cpp160 if (_patch_index < PatchCacheSize) { in add_patch_at()
161 _patches[_patch_index] = branch_loc; in add_patch_at()
163 _lines[_patch_index] = line; in add_patch_at()
164 _files[_patch_index] = file; in add_patch_at()
172 ++_patch_index; in add_patch_at()
180 while (_patch_index > 0) { in patch_instructions()
181 --_patch_index; in patch_instructions()
185 if (_patch_index >= PatchCacheSize) { in patch_instructions()
188 branch_loc = _patches[_patch_index]; in patch_instructions()
190 line = _lines[_patch_index]; in patch_instructions()
[all …]
H A Dassembler.hpp92 int _patch_index; member in Label
135 bool is_unbound() const { return _loc == -1 && _patch_index > 0; } in is_unbound()
136 bool is_unused() const { return _loc == -1 && _patch_index == 0; } in is_unused()
159 _patch_index = 0; in init()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/asm/
H A Dassembler.cpp161 if (_patch_index < PatchCacheSize) { in add_patch_at()
162 _patches[_patch_index] = branch_loc; in add_patch_at()
164 _lines[_patch_index] = line; in add_patch_at()
165 _files[_patch_index] = file; in add_patch_at()
173 ++_patch_index; in add_patch_at()
181 while (_patch_index > 0) { in patch_instructions()
182 --_patch_index; in patch_instructions()
186 if (_patch_index >= PatchCacheSize) { in patch_instructions()
189 branch_loc = _patches[_patch_index]; in patch_instructions()
191 line = _lines[_patch_index]; in patch_instructions()
[all …]
H A Dassembler.hpp92 int _patch_index; member in Label
135 bool is_unbound() const { return _loc == -1 && _patch_index > 0; } in is_unbound()
136 bool is_unused() const { return _loc == -1 && _patch_index == 0; } in is_unused()
159 _patch_index = 0; in init()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/asm/
H A Dassembler.cpp159 if (_patch_index < PatchCacheSize) { in add_patch_at()
160 _patches[_patch_index] = branch_loc; in add_patch_at()
162 _lines[_patch_index] = line; in add_patch_at()
163 _files[_patch_index] = file; in add_patch_at()
171 ++_patch_index; in add_patch_at()
179 while (_patch_index > 0) { in patch_instructions()
180 --_patch_index; in patch_instructions()
184 if (_patch_index >= PatchCacheSize) { in patch_instructions()
187 branch_loc = _patches[_patch_index]; in patch_instructions()
189 line = _lines[_patch_index]; in patch_instructions()
[all …]
H A Dassembler.hpp92 int _patch_index; member in Label
135 bool is_unbound() const { return _loc == -1 && _patch_index > 0; } in is_unbound()
136 bool is_unused() const { return _loc == -1 && _patch_index == 0; } in is_unused()
159 _patch_index = 0; in init()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/asm/
H A Dassembler.cpp158 if (_patch_index < PatchCacheSize) { in add_patch_at()
159 _patches[_patch_index] = branch_loc; in add_patch_at()
166 ++_patch_index; in add_patch_at()
174 while (_patch_index > 0) { in patch_instructions()
175 --_patch_index; in patch_instructions()
177 if (_patch_index >= PatchCacheSize) { in patch_instructions()
180 branch_loc = _patches[_patch_index]; in patch_instructions()
H A Dassembler.hpp92 int _patch_index; member in Label
130 bool is_unbound() const { return _loc == -1 && _patch_index > 0; } in is_unbound()
131 bool is_unused() const { return _loc == -1 && _patch_index == 0; } in is_unused()
154 _patch_index = 0; in init()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/asm/
H A Dassembler.cpp158 if (_patch_index < PatchCacheSize) { in add_patch_at()
159 _patches[_patch_index] = branch_loc; in add_patch_at()
166 ++_patch_index; in add_patch_at()
174 while (_patch_index > 0) { in patch_instructions()
175 --_patch_index; in patch_instructions()
177 if (_patch_index >= PatchCacheSize) { in patch_instructions()
180 branch_loc = _patches[_patch_index]; in patch_instructions()
H A Dassembler.hpp92 int _patch_index; member in Label
130 bool is_unbound() const { return _loc == -1 && _patch_index > 0; } in is_unbound()
131 bool is_unused() const { return _loc == -1 && _patch_index == 0; } in is_unused()
154 _patch_index = 0; in init()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/asm/
H A Dassembler.cpp157 if (_patch_index < PatchCacheSize) { in add_patch_at()
158 _patches[_patch_index] = branch_loc; in add_patch_at()
165 ++_patch_index; in add_patch_at()
173 while (_patch_index > 0) { in patch_instructions()
174 --_patch_index; in patch_instructions()
176 if (_patch_index >= PatchCacheSize) { in patch_instructions()
179 branch_loc = _patches[_patch_index]; in patch_instructions()
H A Dassembler.hpp115 int _patch_index; member in VALUE_OBJ_CLASS_SPEC
149 bool is_unbound() const { return _loc == -1 && _patch_index > 0; } in is_unbound()
150 bool is_unused() const { return _loc == -1 && _patch_index == 0; } in is_unused()
169 _patch_index = 0; in init()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/asm/
H A Dassembler.cpp157 if (_patch_index < PatchCacheSize) { in add_patch_at()
158 _patches[_patch_index] = branch_loc; in add_patch_at()
165 ++_patch_index; in add_patch_at()
173 while (_patch_index > 0) { in patch_instructions()
174 --_patch_index; in patch_instructions()
176 if (_patch_index >= PatchCacheSize) { in patch_instructions()
179 branch_loc = _patches[_patch_index]; in patch_instructions()
H A Dassembler.hpp115 int _patch_index; member in VALUE_OBJ_CLASS_SPEC
149 bool is_unbound() const { return _loc == -1 && _patch_index > 0; } in is_unbound()
150 bool is_unused() const { return _loc == -1 && _patch_index == 0; } in is_unused()
169 _patch_index = 0; in init()
/dports/textproc/py-mkdocs-material-extensions/mkdocs-material-extensions-1.0.3/materialx/
H A Demoji.py20 def _patch_index(options): function
50 return _patch_index(options)
56 return _patch_index({})