Searched refs:byte_width_ (Results 1 – 3 of 3) sorted by relevance
1099 int byte_width() const { return byte_width_; } in byte_width()1112 int byte_width_; variable
3326 : stack_slot_(stack_slot), byte_width_(byte_width), range_() {} in SpillSlot()3336 int byte_width() const { return byte_width_; } in byte_width()3341 int byte_width_; member in v8::internal::compiler::MidTierSpillSlotAllocator::SpillSlot
1177 byte_width_(ByteWidthForStackSlot(parent->representation())) { in SpillRange()