Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe.h161 int new_frame_slots = (width + kSystemPointerSize - 1) / kSystemPointerSize; in AllocateAlignedFrameSlots() local
166 frame_slot_count_ = RoundUp(frame_slot_count_ + new_frame_slots, in AllocateAlignedFrameSlots()