Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocation.h53 inline int ByteWidthForStackSlot(MachineRepresentation rep) { in ByteWidthForStackSlot() function
Dregister-allocator.cc1177 byte_width_(ByteWidthForStackSlot(parent->representation())) { in SpillRange()
1792 int width = ByteWidthForStackSlot(range->representation()); in MeetConstraintsBefore()
Dmid-tier-register-allocator.cc3386 int byte_width = ByteWidthForStackSlot(rep); in Allocate()