Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-linkage.h210 int NumStackSlots(MachineRepresentation type) { in NumStackSlots() function
218 int num_stack_slots = NumStackSlots(type); in NextStackSlot()
232 int NumStackSlots() const { return stack_offset_; } in NumStackSlots() function
/external/v8/src/compiler/
Dwasm-compiler.cc5257 int NumStackSlots() const { return allocator_.NumStackSlots(); } in NumStackSlots() function in v8::internal::compiler::__anon4eb2704c0b11::LinkageLocationAllocator
5291 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()