Searched refs:AllocateUnaligned (Results 1 – 5 of 5) sorted by relevance
135 slot_allocator_.AllocateUnaligned(count); in AllocateSavedCalleeRegisterSlots()161 slot = slot_allocator_.AllocateUnaligned(slots);180 slot_allocator_.AllocateUnaligned(static_cast<int>(slot_count)); in ReserveSpillSlots()
17 slot_allocator_.AllocateUnaligned(fixed_frame_size_in_slots); in Frame()
75 int AlignedSlotAllocator::AllocateUnaligned(int n) { in AllocateUnaligned() function in v8::internal::AlignedSlotAllocator119 AllocateUnaligned(padding); in Align()
45 int AllocateUnaligned(int n);
239 slot_allocator_.AllocateUnaligned(offset); in SetStackOffset()244 void EndSlotArea() { slot_allocator_.AllocateUnaligned(0); } in EndSlotArea()