Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe.h114 int AllocateSpillSlot(int width) { in AllocateSpillSlot() function
Dinstruction-selector.cc1357 int slot = frame_->AllocateSpillSlot(size); in VisitStackSlot()
Dregister-allocator.cc3308 int index = data()->frame()->AllocateSpillSlot(range->byte_width()); in AssignSpillSlots()