Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dutils.h174 struct BottomOffset { struct
177 BottomOffset& operator=(std::size_t other_offset) { argument
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};
190 bool operator<(const BottomOffset& other) const {
193 bool operator<=(const BottomOffset& other) const {
196 bool operator==(const BottomOffset& other) const {
199 bool operator!=(const BottomOffset& other) const {
[all …]
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 …]
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()
Dcfg.h66 for (BottomOffset i = {0}; i < input_definitions.AboveTop(); ++i) { in MergeInputDefinitions()
200 void DropTo(BottomOffset new_level);
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()
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;
Dtypes.cc1065 BottomOffset begin = structure.stack_range().begin(); in ProjectStructField()
1071 BottomOffset end = begin + LoweredSlotCount(field.name_and_type.type); in ProjectStructField()
Dimplementation-visitor.h670 BottomOffset base_;