Home
last modified time | relevance | path

Searched refs:NumSlotsForWidth (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dframe.h125 int alignment_in_slots = AlignedSlotAllocator::NumSlotsForWidth(alignment);
147 int slots = AlignedSlotAllocator::NumSlotsForWidth(actual_width);
158 AlignedSlotAllocator::NumSlotsForWidth(actual_alignment);
Dframe.cc27 int alignment_in_slots = AlignedSlotAllocator::NumSlotsForWidth(alignment); in AlignFrame()
/third_party/node/deps/v8/src/codegen/
Daligned-slot-allocator.h25 static int NumSlotsForWidth(int bytes) { in NumSlotsForWidth() function
/third_party/node/deps/v8/src/wasm/
Dwasm-linkage.h229 AlignedSlotAllocator::NumSlotsForWidth(ElementSizeInBytes(type)); in NextStackSlot()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc118 AlignedSlotAllocator::NumSlotsForWidth(ElementSizeInBytes(rep)) + 1; in InterferesWith()
122 AlignedSlotAllocator::NumSlotsForWidth(ElementSizeInBytes(other_rep)) + 1; in InterferesWith()