Searched refs:byte_width_ (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ | ||
H A D | register-allocator.h | 1099 int byte_width() const { return byte_width_; } in byte_width() 1112 int byte_width_; member in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final |
H A D | mid-tier-register-allocator.cc | 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 |
H A D | register-allocator.cc | 1177 byte_width_(ByteWidthForStackSlot(parent->representation())) { in SpillRange() |
Completed in 17 milliseconds