Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe.h136 int new_frame_slots = (width + kPointerSize - 1) / kPointerSize; in AllocateAlignedFrameSlots() local
141 RoundUp(frame_slot_count_ + new_frame_slots, align_to / kPointerSize); in AllocateAlignedFrameSlots()