Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-linkage.h166 int next = fp_allocator_.NextSlot(2) / 2; in CanAllocateFP()
171 int next = fp_allocator_.NextSlot(2) / 2; in CanAllocateFP()
175 int next = fp_allocator_.NextSlot(4) / 2; in CanAllocateFP()
205 int next = fp_allocator_.Allocate(2) / 2; in NextFpReg()
209 int next = fp_allocator_.Allocate(4) / 2; in NextFpReg()
255 AlignedSlotAllocator fp_allocator_; variable