Home
last modified time | relevance | path

Searched refs:BottomOffset (Results 1 – 25 of 55) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/torque/
H A Dutils.h173 struct BottomOffset { struct
182 BottomOffset& operator++() {
186 BottomOffset operator+(size_t x) const { return BottomOffset{offset + x}; }
187 BottomOffset operator-(size_t x) const {
189 return BottomOffset{offset - x};
212 StackRange(BottomOffset begin, BottomOffset end) : begin_(begin), end_(end) { in StackRange()
227 BottomOffset end() const { return end_; } in end()
230 BottomOffset begin_;
231 BottomOffset end_;
250 void Poke(BottomOffset from_bottom, T x) { in Poke()
[all …]
H A Dcsa-generator.cc18 for (BottomOffset i = 0; i < parameters.AboveTop(); ++i) { in EmitGraph()
29 for (BottomOffset i = 0; i < block->InputTypes().AboveTop(); ++i) { in EmitGraph()
72 for (BottomOffset i = 0; i < block->InputTypes().AboveTop(); ++i) { in EmitBlock()
470 for (BottomOffset i = 0; i < input_definitions.AboveTop(); ++i) { in EmitInstruction()
489 BottomOffset i = 0; in EmitInstruction()
620 for (BottomOffset i = 0; i < input_definitions.AboveTop(); ++i) { in PostCallableExceptionPreparation()
703 for (BottomOffset i = 0; i < stack->AboveTop(); ++i) { in EmitInstruction()
716 for (BottomOffset i = 0; i < stack->AboveTop(); ++i) { in EmitInstruction()
734 for (BottomOffset i = 0; i < stack->AboveTop(); ++i) { in EmitInstruction()
746 for (BottomOffset i = 0; i < stack->AboveTop(); ++i) { in EmitInstruction()
[all …]
H A Dcfg.cc47 left = input_types.Peek(BottomOffset{static_cast<size_t>(i)}); in SetInputTypes()
50 right = input_types_->Peek(BottomOffset{static_cast<size_t>(i)}); in SetInputTypes()
110 void CfgAssembler::DropTo(BottomOffset new_level) { in DropTo()
H A Dinstructions.h275 PeekInstruction(BottomOffset slot, base::Optional<const Type*> widened_type) in PeekInstruction()
278 BottomOffset slot;
285 PokeInstruction(BottomOffset slot, base::Optional<const Type*> widened_type) in PokeInstruction()
288 BottomOffset slot;
H A Dcfg.h66 for (BottomOffset i = 0; i < input_definitions.AboveTop(); ++i) { in MergeInputDefinitions()
195 void DropTo(BottomOffset new_level);
H A Dtypes.cc732 BottomOffset begin = structure.stack_range().begin(); in ProjectStructField()
738 BottomOffset end = begin + LoweredSlotCount(field.name_and_type.type); in ProjectStructField()
/dports/lang/v8/v8-9.6.180.12/src/torque/
H A Dutils.h176 struct BottomOffset { struct
183 BottomOffset& operator++() {
187 BottomOffset operator+(size_t x) const { return BottomOffset{offset + x}; }
188 BottomOffset operator-(size_t x) const {
190 return BottomOffset{offset - x};
213 StackRange(BottomOffset begin, BottomOffset end) : begin_(begin), end_(end) { in StackRange()
228 BottomOffset end() const { return end_; } in end()
231 BottomOffset begin_;
232 BottomOffset end_;
251 void Poke(BottomOffset from_bottom, T x) { in Poke()
[all …]
H A Dcsa-generator.cc19 for (BottomOffset i = {0}; i < parameters.AboveTop(); ++i) { in EmitGraph()
30 for (BottomOffset i = {0}; i < block->InputTypes().AboveTop(); ++i) { in EmitGraph()
73 for (BottomOffset i = {0}; i < block->InputTypes().AboveTop(); ++i) { in EmitBlock()
448 for (BottomOffset i = {0}; i < input_definitions.AboveTop(); ++i) { in EmitInstruction()
467 BottomOffset i = {0}; in EmitInstruction()
675 for (BottomOffset i = {0}; i < input_definitions.AboveTop(); ++i) { in PostCallableExceptionPreparation()
758 for (BottomOffset i = {0}; i < stack->AboveTop(); ++i) { in EmitInstruction()
772 for (BottomOffset i = {0}; i < stack->AboveTop(); ++i) { in EmitInstruction()
790 for (BottomOffset i = {0}; i < stack->AboveTop(); ++i) { in EmitInstruction()
802 for (BottomOffset i = {0}; i < stack->AboveTop(); ++i) { in EmitInstruction()
[all …]
H A Dcfg.cc47 left = input_types.Peek(BottomOffset{static_cast<size_t>(i)}); in SetInputTypes()
50 right = input_types_->Peek(BottomOffset{static_cast<size_t>(i)}); in SetInputTypes()
110 void CfgAssembler::DropTo(BottomOffset new_level) { in DropTo()
H A Dcfg.h66 for (BottomOffset i = {0}; i < input_definitions.AboveTop(); ++i) { in MergeInputDefinitions()
200 void DropTo(BottomOffset new_level);
H A Dcc-generator.cc19 for (BottomOffset i = {0}; i < parameters.AboveTop(); ++i) { in EmitGraph()
57 for (BottomOffset i = {0}; i < block->InputTypes().AboveTop(); ++i) { in EmitBlock()
306 for (BottomOffset i = {0}; i < stack->AboveTop(); ++i) { in EmitGoto()
H A Dinstructions.h284 PeekInstruction(BottomOffset slot, base::Optional<const Type*> widened_type) in PeekInstruction()
287 BottomOffset slot;
303 PokeInstruction(BottomOffset slot, base::Optional<const Type*> widened_type) in PokeInstruction()
306 BottomOffset slot;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/torque/
H A Dutils.h174 struct BottomOffset { struct
181 BottomOffset& operator++() {
185 BottomOffset operator+(size_t x) const { return BottomOffset{offset + x}; }
186 BottomOffset operator-(size_t x) const {
188 return BottomOffset{offset - x};
211 StackRange(BottomOffset begin, BottomOffset end) : begin_(begin), end_(end) { in StackRange()
226 BottomOffset end() const { return end_; } in end()
229 BottomOffset begin_;
230 BottomOffset end_;
249 void Poke(BottomOffset from_bottom, T x) { in Poke()
[all …]
H A Dcsa-generator.cc19 for (BottomOffset i = {0}; i < parameters.AboveTop(); ++i) { in EmitGraph()
30 for (BottomOffset i = {0}; i < block->InputTypes().AboveTop(); ++i) { in EmitGraph()
73 for (BottomOffset i = {0}; i < block->InputTypes().AboveTop(); ++i) { in EmitBlock()
445 for (BottomOffset i = {0}; i < input_definitions.AboveTop(); ++i) { in EmitInstruction()
464 BottomOffset i = {0}; in EmitInstruction()
607 for (BottomOffset i = {0}; i < input_definitions.AboveTop(); ++i) { in PostCallableExceptionPreparation()
690 for (BottomOffset i = {0}; i < stack->AboveTop(); ++i) { in EmitInstruction()
703 for (BottomOffset i = {0}; i < stack->AboveTop(); ++i) { in EmitInstruction()
721 for (BottomOffset i = {0}; i < stack->AboveTop(); ++i) { in EmitInstruction()
733 for (BottomOffset i = {0}; i < stack->AboveTop(); ++i) { in EmitInstruction()
[all …]
H A Dcfg.cc47 left = input_types.Peek(BottomOffset{static_cast<size_t>(i)}); in SetInputTypes()
50 right = input_types_->Peek(BottomOffset{static_cast<size_t>(i)}); in SetInputTypes()
110 void CfgAssembler::DropTo(BottomOffset new_level) { in DropTo()
H A Dcc-generator.cc19 for (BottomOffset i = {0}; i < parameters.AboveTop(); ++i) { in EmitGraph()
31 for (BottomOffset i = {0}; i < block->InputTypes().AboveTop(); ++i) { in EmitGraph()
73 for (BottomOffset i = {0}; i < block->InputTypes().AboveTop(); ++i) { in EmitBlock()
292 for (BottomOffset i = {0}; i < stack->AboveTop(); ++i) { in EmitGoto()
H A Dinstructions.h283 PeekInstruction(BottomOffset slot, base::Optional<const Type*> widened_type) in PeekInstruction()
286 BottomOffset slot;
293 PokeInstruction(BottomOffset slot, base::Optional<const Type*> widened_type) in PokeInstruction()
296 BottomOffset slot;
H A Dcfg.h66 for (BottomOffset i = {0}; i < input_definitions.AboveTop(); ++i) { in MergeInputDefinitions()
195 void DropTo(BottomOffset new_level);
H A Dtypes.cc1039 BottomOffset begin = structure.stack_range().begin(); in ProjectStructField()
1045 BottomOffset end = begin + LoweredSlotCount(field.name_and_type.type); in ProjectStructField()
/dports/lang/v8/v8-9.6.180.12/test/unittests/torque/
H A Dtorque-unittest.cc240 stack.DeleteRange(StackRange{BottomOffset{2}, BottomOffset{4}}); in TEST()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/objs/
H A Dfont.cpp111 ADE_VIRTVAR(BottomOffset, l_Font, "number", "The space (in pixels) this font skips downwards after …
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dxlsx-write-drawing.c1845 int RightColumn, RightOffset, BottomRow, BottomOffset; in xlsx_write_legacy_object() local
1864 BottomOffset = 4; in xlsx_write_legacy_object()
1870 BottomRow, BottomOffset); in xlsx_write_legacy_object()
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/api/slides/v1/
H A Dslides-gen.go1549 BottomOffset float64 `json:"bottomOffset,omitempty"` member
1593 BottomOffset gensupport.JSONFloat64 `json:"bottomOffset"`
1604 s.BottomOffset = float64(s1.BottomOffset)
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/slides/v1/
H A Dslides-gen.go1549 BottomOffset float64 `json:"bottomOffset,omitempty"` member
1593 BottomOffset gensupport.JSONFloat64 `json:"bottomOffset"`
1604 s.BottomOffset = float64(s1.BottomOffset)
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/api/slides/v1/
H A Dslides-gen.go1679 BottomOffset float64 `json:"bottomOffset,omitempty"` member
1729 BottomOffset gensupport.JSONFloat64 `json:"bottomOffset"`
1740 s.BottomOffset = float64(s1.BottomOffset)

123