Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dframe.h135 slot_allocator_.AllocateUnaligned(count); in AllocateSavedCalleeRegisterSlots()
161 slot = slot_allocator_.AllocateUnaligned(slots);
180 slot_allocator_.AllocateUnaligned(static_cast<int>(slot_count)); in ReserveSpillSlots()
Dframe.cc17 slot_allocator_.AllocateUnaligned(fixed_frame_size_in_slots); in Frame()
/third_party/node/deps/v8/src/codegen/
Daligned-slot-allocator.cc75 int AlignedSlotAllocator::AllocateUnaligned(int n) { in AllocateUnaligned() function in v8::internal::AlignedSlotAllocator
119 AllocateUnaligned(padding); in Align()
Daligned-slot-allocator.h45 int AllocateUnaligned(int n);
/third_party/node/deps/v8/src/wasm/
Dwasm-linkage.h239 slot_allocator_.AllocateUnaligned(offset); in SetStackOffset()
244 void EndSlotArea() { slot_allocator_.AllocateUnaligned(0); } in EndSlotArea()