Searched refs:StackSlotRepresentation (Results 1 – 12 of 12) sorted by relevance
219 class StackSlotRepresentation final {221 StackSlotRepresentation(int size, int alignment) in StackSlotRepresentation() function232 V8_EXPORT_PRIVATE bool operator==(StackSlotRepresentation,233 StackSlotRepresentation);234 bool operator!=(StackSlotRepresentation, StackSlotRepresentation);236 size_t hash_value(StackSlotRepresentation);239 StackSlotRepresentation);241 V8_EXPORT_PRIVATE StackSlotRepresentation const& StackSlotRepresentationOf(
207 bool operator==(StackSlotRepresentation lhs, StackSlotRepresentation rhs) { in operator ==()211 bool operator!=(StackSlotRepresentation lhs, StackSlotRepresentation rhs) { in operator !=()215 size_t hash_value(StackSlotRepresentation rep) { in hash_value()219 std::ostream& operator<<(std::ostream& os, StackSlotRepresentation rep) { in operator <<()223 StackSlotRepresentation const& StackSlotRepresentationOf(Operator const* op) { in StackSlotRepresentationOf()225 return OpParameter<StackSlotRepresentation>(op); in StackSlotRepresentationOf()801 struct StackSlotOperator : public Operator1<StackSlotRepresentation> {803 : Operator1<StackSlotRepresentation>( in StackSlotOperator()806 StackSlotRepresentation(size, alignment)) {} in StackSlotOperator()
160 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
272 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
685 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
339 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
493 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
343 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
471 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
356 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
377 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()
574 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot()