Home
last modified time | relevance | path

Searched defs:stack_size (Results 1 – 12 of 12) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dunix_stack_pool.rs23 stack_size: HostAlignedByteCount, field
43 let stack_size = if config.stack_size == 0 { in new() localVariable
178 let stack_size = self.stack_size.checked_sub(self.page_size).expect( in zero_stack() localVariable
239 let stack_size = self.stack_size.byte_count() - self.page_size.byte_count(); in deallocate() localVariable
H A Dgeneric_stack_pool.rs24 stack_size: usize, field
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dabi.rs716 let stack_size = frame_layout.fixed_frame_storage_size localVariable
721 let stack_size = i32::try_from(stack_size) localVariable
796 let stack_size = frame_layout.fixed_frame_storage_size localVariable
803 let stack_size = i32::try_from(stack_size) localVariable
/wasmtime-44.0.1/winch/codegen/src/frame/
H A Dmod.rs42 pub stack_size: u32, field
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dabi.rs482 let stack_size = frame_layout.clobber_size localVariable
530 let stack_size = frame_layout.clobber_size localVariable
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Don_demand.rs34 stack_size: usize, field
H A Dpooling.rs208 pub stack_size: usize, field
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dabi.rs958 let stack_size = frame_layout.fixed_frame_storage_size + frame_layout.outgoing_args_size; localVariable
980 let stack_size = frame_layout.fixed_frame_storage_size + frame_layout.outgoing_args_size; localVariable
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dabi.rs775 let stack_size = frame_layout.outgoing_args_size as i32 localVariable
1226 let stack_size = frame_layout.outgoing_args_size as i32 localVariable
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dstack_switching.rs309 let stack_size = store.engine().config().async_stack_size; in cont_new() localVariable
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dabi.rs631 fn stack_size(&self) -> u32 { in stack_size() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs2576 let stack_size = self.engine.config().async_stack_size; in allocate_continuation() localVariable