Searched refs:NumStackSlots (Results 1 – 2 of 2) sorted by relevance
210 int NumStackSlots(MachineRepresentation type) { in NumStackSlots() function218 int num_stack_slots = NumStackSlots(type); in NextStackSlot()232 int NumStackSlots() const { return stack_offset_; } in NumStackSlots() function
5257 int NumStackSlots() const { return allocator_.NumStackSlots(); } in NumStackSlots() function in v8::internal::compiler::__anon4eb2704c0b11::LinkageLocationAllocator5291 int parameter_slots = params.NumStackSlots(); in GetWasmCallDescriptor()5327 rets.NumStackSlots() - parameter_slots); // stack_return_count in GetWasmCallDescriptor()5368 rets.SetStackOffset(params.NumStackSlots()); in ReplaceTypeInCallDescriptorWith()5385 params.NumStackSlots(), // stack_parameter_count in ReplaceTypeInCallDescriptorWith()5392 rets.NumStackSlots() - params.NumStackSlots()); // stack_return_count in ReplaceTypeInCallDescriptorWith()