Home
last modified time | relevance | path

Searched refs:byte_width_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h1099 int byte_width() const { return byte_width_; } in byte_width()
1112 int byte_width_; variable
Dmid-tier-register-allocator.cc3326 : 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
Dregister-allocator.cc1177 byte_width_(ByteWidthForStackSlot(parent->representation())) { in SpillRange()